mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
implemented new default urls
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
|
||||
upstream backend {
|
||||
server 127.0.0.1:{{http_port}};
|
||||
}
|
||||
|
||||
server {
|
||||
server_name {{domain}};
|
||||
|
||||
@@ -71,7 +66,7 @@ server {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
proxy_pass http://backend;
|
||||
proxy_pass http://127.0.0.1:{{http_port}};
|
||||
}
|
||||
|
||||
location /socket.io {
|
||||
|
Reference in New Issue
Block a user