Skip to content

Commit

Permalink
Fix default value of fe_https for non-reverse-proxy compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hwiorn committed May 23, 2021
1 parent dcde760 commit dee5a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http {
client_max_body_size 100M;

map $http_x_forwarded_proto $fe_https {
default off;
default $https;
https on;
}

Expand Down

0 comments on commit dee5a95

Please sign in to comment.