No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
2 deletions
-
nginx/conf.d/default.conf
|
|
@ -17,9 +17,11 @@ server { |
|
|
|
proxy_set_header Upgrade $http_upgrade; |
|
|
|
proxy_set_header Connection "upgrade"; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
location / { |
|
|
|
proxy_pass http://10.11.0.3:3004/; |
|
|
|
proxy_http_version 1.1; |
|
|
|
proxy_set_header Upgrade $http_upgrade; |
|
|
|
proxy_set_header Connection "upgrade"; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|