Skip to content

Commit

Permalink
revert(nginx): reset nginx conf build_image
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Aug 18, 2024
1 parent 28e9e06 commit 44a78cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,5 @@ server {
proxy_pass http://nodeui:3000; # must be same name as service in docker-compose
proxy_read_timeout 1m;
proxy_connect_timeout 1m;

# Enable WebSocket connections
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}

0 comments on commit 44a78cc

Please sign in to comment.