1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00
This commit is contained in:
RGBCube 2024-01-10 11:19:56 +03:00
parent 198b69dd1d
commit 47d02a6ae4
No known key found for this signature in database

View file

@ -169,7 +169,7 @@
forceSSL = true; forceSSL = true;
useACMEHost = urlStripped; useACMEHost = urlStripped;
locations."/".extraCofig = '' locations."/".extraConfig = ''
proxy_pass http://localhost:${toString cfg.port}/404; proxy_pass http://localhost:${toString cfg.port}/404;
''; '';
}; };