mirror of
https://github.com/wallabag/docker
synced 2025-12-13 09:46:27 +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;
|
||||
|
||||
map $http_x_forwarded_proto $fe_https {
|
||||
default off;
|
||||
default $https;
|
||||
https on;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user