Update nginx.conf
Browse files- nginx.conf +2 -2
nginx.conf
CHANGED
@@ -68,9 +68,9 @@ http {
|
|
68 |
access_log /tmp/access.log;
|
69 |
server_name _;
|
70 |
|
71 |
-
root /var/www
|
72 |
index index.html;
|
73 |
-
location /stable
|
74 |
proxy_pass http://127.0.0.1:5050;
|
75 |
proxy_http_version 1.1;
|
76 |
proxy_set_header Upgrade $http_upgrade;
|
|
|
68 |
access_log /tmp/access.log;
|
69 |
server_name _;
|
70 |
|
71 |
+
root /var/www/;
|
72 |
index index.html;
|
73 |
+
location /stable-#commit# {
|
74 |
proxy_pass http://127.0.0.1:5050;
|
75 |
proxy_http_version 1.1;
|
76 |
proxy_set_header Upgrade $http_upgrade;
|