We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fd9e7 commit feb4f84Copy full SHA for feb4f84
systems/koumakan/services/arion/pixivfe.nix
@@ -44,7 +44,7 @@ in {
44
keysZoneName = "pximg";
45
};
46
47
- virtualHosts."pximg.soopy.moe" = {
+ virtualHosts."pximg.soopy.moe" = _utils.mkVhost {
48
locations."/" = {
49
recommendedProxySettings = false;
50
proxyPass = "https://i.pximg.net";
@@ -64,6 +64,11 @@ in {
64
proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
65
'';
66
67
+ locations."= /" = _utils.mkNginxFile {
68
+ content = ''
69
+ the knowers will know, the clueless will never know.
70
+ '';
71
+ };
72
73
74
virtualHosts."pxv.soopy.moe" = _utils.mkSimpleProxy {
0 commit comments