CalebCometML commited on
Commit
982b22f
·
1 Parent(s): 5813d84

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -9,7 +9,7 @@ http {
9
  listen 7860 default_server;
10
 
11
  location /kangas/ {
12
- proxy_pass http://localhost:7640/kangas/;
13
  proxy_redirect off;
14
  proxy_http_version 1.1;
15
  proxy_set_header Upgrade $http_upgrade;
 
9
  listen 7860 default_server;
10
 
11
  location /kangas/ {
12
+ proxy_pass http://0.0.0.0:7640/kangas/;
13
  proxy_redirect off;
14
  proxy_http_version 1.1;
15
  proxy_set_header Upgrade $http_upgrade;