Skip to content

Commit

Permalink
refactor: Update Nginx proxy settings for WebSocket and API routes
Browse files Browse the repository at this point in the history
  • Loading branch information
유미라 authored and 유미라 committed Dec 3, 2024
1 parent 7b71013 commit 89ead04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ server {
location /api {
proxy_pass http://server:3000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
Expand Down

0 comments on commit 89ead04

Please sign in to comment.