This commit is contained in:
2026-01-26 18:25:53 +03:00
parent 4245b45a48
commit 69b4b32841
+1 -2
View File
@@ -63,12 +63,11 @@ in
<!doctype html> <!doctype html>
<html> <html>
<body> <body>
<pre>This server is running.</pre> <pre>What are you doing here?</pre>
</body> </body>
</html> </html>
''; '';
locations = { locations = {
# "/".tryFiles = "$uri =404";
"/guest/" = { "/guest/" = {
proxyPass = "http://${server}:80"; proxyPass = "http://${server}:80";
proxyWebsockets = true; proxyWebsockets = true;