site.conf 246 B

123456789
  1. proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
  2. server_names_hash_bucket_size 64;
  3. map $http_x_forwarded_proto $client_req_scheme {
  4. default $scheme;
  5. https https;
  6. }
  7. include /etc/nginx/conf.d/sites.active;