Skip to content

Commit

Permalink
Revert "fix websocket connection issue in docker makeplane#3195 (make…
Browse files Browse the repository at this point in the history
…plane#3196)"

This reverts commit f200acc.
  • Loading branch information
abidkhan484 authored Jan 1, 2024
1 parent c3ba9f6 commit aa0400b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nginx/nginx.conf.dev
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ 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/ {
Expand Down

0 comments on commit aa0400b

Please sign in to comment.