mirror of
https://github.com/wallabag/docker.git
synced 2025-12-23 04:07:46 +01:00
Fix nginx.conf for reverse-proxy with HTTPS
This commit is contained in:
@ -25,6 +25,10 @@ http {
|
||||
open_file_cache max=100;
|
||||
client_max_body_size 100M;
|
||||
|
||||
map $http_x_forwarded_proto $fe_https {
|
||||
default off;
|
||||
https on;
|
||||
}
|
||||
|
||||
upstream php-upstream {
|
||||
server 127.0.0.1:9000;
|
||||
|
||||
Reference in New Issue
Block a user