mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user