1
0
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:
hwiorn
2021-05-23 22:35:45 +09:00
committed by Jérémy Benoist
parent 054677bb02
commit bf0102ece6

View File

@@ -26,7 +26,7 @@ http {
client_max_body_size 100M;
map $http_x_forwarded_proto $fe_https {
default off;
default $https;
https on;
}