Compare commits

..

No commits in common. "372b1c7bbcf0d604c679f290166c30d0320185dd" and "9ba5c13702509ec56a08bc7e4edcbbe18480994c" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,5 @@
proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g; proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
server_names_hash_max_size 512; server_names_hash_bucket_size 64;
server_names_hash_bucket_size 128;
map $http_x_forwarded_proto $client_req_scheme { map $http_x_forwarded_proto $client_req_scheme {
default $scheme; default $scheme;

View File

@ -1,3 +1,2 @@
listen ${HTTPS_PORT} ssl; listen ${HTTPS_PORT} ssl http2;
listen [::]:${HTTPS_PORT} ssl; listen [::]:${HTTPS_PORT} ssl http2;
http2 on;