This commit is contained in:
2026-01-26 18:20:40 +03:00
parent 0d37c1fd5a
commit 8c4f716521
+2 -1
View File
@@ -68,9 +68,10 @@ in
</html>
'';
locations = {
"/".tryFiles = "$uri =404";
# "/".tryFiles = "$uri =404";
"/guest/" = {
proxyPass = "http://${server}:80";
proxyWebsockets = true;
extraConfig = ''
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;