fix websocket connection issue in docker makeplane/plane#3195 (#3196)
* fix websocket connection issue in docker makeplane/plane#3195 * fix websocket connection issue for local env with removing from the prod nginx conf template makeplane/plane#319
This commit is contained in:
parent
b2824366a8
commit
f200acc1e8
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ http {
|
|||
|
||||
location / {
|
||||
proxy_pass http://web:3000/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
}
|
||||
|
||||
location /api/ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue