Skip to content

Commit 89ead04

Browse files
유미라유미라
유미라
authored and
유미라
committed
refactor: Update Nginx proxy settings for WebSocket and API routes
1 parent 7b71013 commit 89ead04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nginx.conf

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ server {
2222
location /api {
2323
proxy_pass http://server:3000;
2424
proxy_http_version 1.1;
25-
proxy_set_header Upgrade $http_upgrade;
26-
proxy_set_header Connection 'upgrade';
2725
proxy_set_header Host $host;
2826
proxy_cache_bypass $http_upgrade;
2927
}

0 commit comments

Comments
 (0)