Skip to content

Commit

Permalink
Add SSL forwarding to nginx example
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Jan 11, 2024
1 parent f3d272e commit 8403335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Ssl on;
proxy_pass http://localhost:8000;
}
}
Expand Down

0 comments on commit 8403335

Please sign in to comment.