Skip to content

Commit

Permalink
Merge pull request #47 from Ygg-Drasill/dev
Browse files Browse the repository at this point in the history
update to correct port
  • Loading branch information
MathiasFM authored Sep 28, 2024
2 parents b11ac74 + da2fc74 commit fd1e5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/sites-available/backend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server {
server_name api.penaltything.social;

location / {
proxy_pass http://backend-container-prod:80/; # Use Docker service name
proxy_pass http://backend-container-prod:9000/; # Use Docker service name
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 fd1e5dd

Please sign in to comment.