mirror of
https://github.com/wallabag/docker.git
synced 2025-12-21 19:27:35 +01:00
Fix default value of fe_https for non-reverse-proxy compatibility
This commit is contained in:
@ -26,7 +26,7 @@ http {
|
|||||||
client_max_body_size 100M;
|
client_max_body_size 100M;
|
||||||
|
|
||||||
map $http_x_forwarded_proto $fe_https {
|
map $http_x_forwarded_proto $fe_https {
|
||||||
default off;
|
default $https;
|
||||||
https on;
|
https on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user