diff --git a/nginx_tfjm.conf b/nginx_tfjm.conf index 3fa0e6b..f1ec98e 100644 --- a/nginx_tfjm.conf +++ b/nginx_tfjm.conf @@ -10,9 +10,15 @@ server { location / { proxy_pass http://tfjm; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header Host $host; + + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_redirect off; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Host $server_name; } location /static {