Add ssl config to ubuntu/mastodon.zombocloud.com.yml

This commit is contained in:
staticsafe 2018-04-08 18:55:25 -04:00
parent 11f7b2f07e
commit 1128317729
1 changed files with 6 additions and 0 deletions

View File

@ -86,3 +86,9 @@
}
proxycache:
- proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=CACHE:10m inactive=7d max_size=1g
ssl:
- ssl_protocols TLSv1.2
- ssl_dhparam "/etc/nginx/dhparams.pem"
- ssl_session_timeout 1d;
- ssl_session_cache shared:SSL:50m;
- ssl_session_tickets off;