justest commited on
Commit
bbd5162
·
1 Parent(s): 3f3782a

Update nginx.conf

Browse files
Files changed (1) hide show
  1. 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/example.com;
72
  index index.html;
73
- location /stable-ffbec093603a4e433a4668e4acd2706f07657159 {
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;