Skip to content

Commit

Permalink
ci: deploy파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sm9171 committed Aug 10, 2023
1 parent 29c5939 commit 1ed48d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx/conf.d/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ server {
location / {
proxy_pass http://127.0.0.1:8080;
proxy_set_header Host $host:$server_port;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
Expand Down

0 comments on commit 1ed48d1

Please sign in to comment.