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