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>
<html>
<body>
<pre>This server is running.</pre>
<pre>What are you doing here?</pre>
</body>
</html>
'';
locations = {
# "/".tryFiles = "$uri =404";
"/guest/" = {
proxyPass = "http://${server}:80";
proxyWebsockets = true;