Skip to content

Commit

Permalink
Merge pull request #109 from woowacourse-teams/feat/#103
Browse files Browse the repository at this point in the history
  • Loading branch information
pricelees authored Jul 24, 2024
2 parents cb26228 + 7d763e0 commit 9acb78a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
}

location /v1/ {
proxy_pass http://localhost:8080;
proxy_pass http://mouda-be:8080;
proxy_set_header HOST $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand All @@ -20,7 +20,7 @@ server {


location ~ ^/(swagger-ui/|swagger|webjars|configuration|swagger-resources|v2|v3|csrf) {
proxy_pass http://localhost:8080;
proxy_pass http://mouda-be:8080;
proxy_set_header HOST $http_host;
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 9acb78a

Please sign in to comment.