blob: d6e6b136ff7808763de87bcb077b2f6343736c81 [file] [log] [blame]
Matthias Andreas Benkardb382b102021-01-02 15:32:21 +01001server_tokens off;
2proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
3server_names_hash_bucket_size 64;
4
5map $http_x_forwarded_proto $client_req_scheme {
6 default $scheme;
7 https https;
8}
9
10include /etc/nginx/conf.d/sites.active;