Skip to content

Commit

Permalink
fix: edit nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
haen-su committed Nov 7, 2023
1 parent c533d58 commit 43e2fd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_redirect off;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_http_version 1.1;
}

if ($http_x_forwarded_proto != 'https') {
Expand Down

0 comments on commit 43e2fd0

Please sign in to comment.