mirror of
https://github.com/wallabag/docker
synced 2025-12-15 18:56:29 +00: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