Skip to content

Commit

Permalink
Update proxypass
Browse files Browse the repository at this point in the history
  • Loading branch information
tnaccarato committed Aug 11, 2024
1 parent 81446c8 commit c51e570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server {
ssl_certificate_key /etc/nginx/ssl/key.pem;

location / {
proxy_pass https://web:8000; # Use HTTPS here
proxy_pass http://web:8000; # Use HTTP here
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 c51e570

Please sign in to comment.