diff --git a/config/nginx/nginx.conf b/config/nginx/nginx.conf index 79898df..e6dcaf8 100644 --- a/config/nginx/nginx.conf +++ b/config/nginx/nginx.conf @@ -3,7 +3,7 @@ server { listen 80; location / { - proxy_pass http://dansup-web:8080; + proxy_pass http://web:8080; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; @@ -14,4 +14,4 @@ server { # return 301 https://$host$request_uri; # } -} \ No newline at end of file +}