Skip to content

Commit

Permalink
ci: deploy파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sm9171 committed Aug 12, 2023
1 parent 67082ca commit 77cb150
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 @@ -3,7 +3,7 @@ server {
server_name localhost;
access_log off;

location / {
location /roumo {
proxy_pass http://localhost:8080;
proxy_set_header Host $host:$server_port;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 77cb150

Please sign in to comment.