blob: 1b46d2b9c56cc836df6f71367b7d2a1bfecab6dd [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;
2server_names_hash_bucket_size 64;
3
4map $http_x_forwarded_proto $client_req_scheme {
5 default $scheme;
6 https https;
7}
8
9include /etc/nginx/conf.d/sites.active;