Skip to content

Commit

Permalink
hardcode internal non-settable url
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdrost committed Aug 12, 2019
1 parent ff0be73 commit 7bff756
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 @@ -68,7 +68,7 @@ http {

# Frontend
location / {
proxy_pass ${SSL_FORWARD};
proxy_pass http://frontend:80/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_redirect http://$host https://$host;
Expand Down

0 comments on commit 7bff756

Please sign in to comment.