2019-10-19 12:49:23 +02:00
|
|
|
proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
|
2023-08-12 16:45:09 +02:00
|
|
|
server_names_hash_max_size 512;
|
|
|
|
server_names_hash_bucket_size 128;
|
2019-10-19 12:49:23 +02:00
|
|
|
|
|
|
|
map $http_x_forwarded_proto $client_req_scheme {
|
|
|
|
default $scheme;
|
|
|
|
https https;
|
|
|
|
}
|
|
|
|
|
|
|
|
include /etc/nginx/conf.d/sites.active;
|