Compare commits

..

No commits in common. "97e544b3f2d97867e1782414daa0e4b213f6e77f" and "5544f0d6c092fe85f052d7a3ad7f503a29831d31" have entirely different histories.

View file

@ -37,7 +37,6 @@ in {
forceSSL = true; forceSSL = true;
root = "/opt/www/stitchy.moe/public"; root = "/opt/www/stitchy.moe/public";
extraConfig = '' extraConfig = ''
add_header 'Access-Control-Allow-Origin' '*' always;
error_page 404 /404.html; error_page 404 /404.html;
location = /404.html { location = /404.html {
internal; internal;
@ -58,13 +57,6 @@ in {
proxyPass = "http://127.0.0.1:9008"; proxyPass = "http://127.0.0.1:9008";
}; };
}; };
"syncv3.stitchy.moe" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8008";
};
};
}; };
}; };