Skip to content

Commit

Permalink
Update: nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Nov 4, 2023
1 parent 6b07a5c commit 1b61ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/conf.d/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server {
access_log off;

location / {
proxy_pass http://hohoseung.shop:8080;
proxy_pass http://172.17.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;
Expand Down

0 comments on commit 1b61ea7

Please sign in to comment.