Skip to content

Commit

Permalink
updated nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
fulanii committed Dec 18, 2024
1 parent 43918f9 commit e60eecb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ http {

# Proxy pass to Django (Gunicorn)
location / {
# proxy_pass http://127.0.0.1:8000;
# proxy_pass http://unix:/run/gunicorn.sock;
proxy_pass http://home-web-1;
proxy_pass http://web;
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 e60eecb

Please sign in to comment.