This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
proxy_cache_path /tmp/cache levels=1:2 keys_zone=s3_cache:10m max_size=15g inactive=24h use_temp_path=off; | |
server { | |
listen 443 ssl; | |
server_name files.example.com; | |
keepalive_timeout 30; | |
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; | |
location = / { |