Skip to content

Commit

Permalink
fix: nginx.conf의 location 경로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Jan 16, 2024
1 parent 422f022 commit 9a7e366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ upstream backend {
server{
listen 8080;

location / {
location /test {
proxy_pass http://backend:8080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 9a7e366

Please sign in to comment.