Forgot to remove some semi-colons in ubuntu/mastodon.zombocloud.com.yml

This commit is contained in:
staticsafe 2018-04-08 18:56:01 -04:00
parent 1128317729
commit b99eea2a6c
1 changed files with 3 additions and 3 deletions

View File

@ -89,6 +89,6 @@
ssl: ssl:
- ssl_protocols TLSv1.2 - ssl_protocols TLSv1.2
- ssl_dhparam "/etc/nginx/dhparams.pem" - ssl_dhparam "/etc/nginx/dhparams.pem"
- ssl_session_timeout 1d; - ssl_session_timeout 1d
- ssl_session_cache shared:SSL:50m; - ssl_session_cache shared:SSL:50m
- ssl_session_tickets off; - ssl_session_tickets off