radames commited on
Commit
69d84a7
1 Parent(s): 2af848d

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -20,7 +20,7 @@ server {
20
  proxy_http_version 1.1;
21
  proxy_set_header Upgrade $http_upgrade;
22
  proxy_set_header Connection 'upgrade';
23
- proxy_set_header Host "localhost:8000";
24
  proxy_pass_request_headers on;
25
 
26
  # Disable cache on websockets
 
20
  proxy_http_version 1.1;
21
  proxy_set_header Upgrade $http_upgrade;
22
  proxy_set_header Connection 'upgrade';
23
+ proxy_set_header Host "localhost:8080";
24
  proxy_pass_request_headers on;
25
 
26
  # Disable cache on websockets