blob: fb40de879cb7e5ccb1f58deb8ef66c8121f6c514 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
Matthias Andreas Benkardd1f5b682023-11-18 13:18:30 +01002server_names_hash_max_size 512;
3server_names_hash_bucket_size 128;
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01004
5map $http_x_forwarded_proto $client_req_scheme {
6 default $scheme;
7 https https;
8}
9
10include /etc/nginx/conf.d/sites.active;