Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
  • Loading branch information
NaysKutzu committed Nov 24, 2024
1 parent ec21ec7 commit 52d14ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ server {

# Location for the frontend
location / {
proxy_pass http://mythicalclient_frontend:80$request_uri; # Replace 'frontend:80' with your frontend service
proxy_pass http://mythicalclient_frontend:80; # Replace 'frontend:80' with your frontend service
proxy_set_header Host $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 52d14ab

Please sign in to comment.