Skip to content

Commit

Permalink
Update nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
kimachinskiy committed Sep 21, 2023
1 parent 132f415 commit 99da742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server {

# React
location / {
proxy_pass http://frontend:80;
proxy_pass http://frontend:3000;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_redirect off;
Expand Down

0 comments on commit 99da742

Please sign in to comment.