Skip to content

Commit

Permalink
fix: nginx.conf 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
haen-su authored Jul 13, 2023
1 parent 76b6fa1 commit dbf3ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server {
listen 80;

location / {
proxy_pass http://dansup-web:8080;
proxy_pass http://web:8080;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand All @@ -14,4 +14,4 @@ server {
# return 301 https://$host$request_uri;
# }

}
}

0 comments on commit dbf3ac3

Please sign in to comment.