diff options
author | root@culturestrings <root@culturestrings> | 2020-05-25 02:35:07 +0000 |
---|---|---|
committer | root@culturestrings <root@culturestrings> | 2020-05-25 03:21:11 +0000 |
commit | 41c9d20b75e76e94474ea9136ccf5b9e17e58013 (patch) | |
tree | 4a24899557298486dee045d2da539cc463ec2b1a /public/fs/etc/nginx/conf.d/ssl_params | |
parent | 4872adf01ef434957976bd88cce6ec683a10145e (diff) | |
download | culturestrings-41c9d20b75e76e94474ea9136ccf5b9e17e58013.tar.bz2 culturestrings-41c9d20b75e76e94474ea9136ccf5b9e17e58013.tar.xz |
web: switched to domain-specific certificates.
Diffstat (limited to 'public/fs/etc/nginx/conf.d/ssl_params')
-rw-r--r-- | public/fs/etc/nginx/conf.d/ssl_params | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/fs/etc/nginx/conf.d/ssl_params b/public/fs/etc/nginx/conf.d/ssl_params index 9af9de4..cc719aa 100644 --- a/public/fs/etc/nginx/conf.d/ssl_params +++ b/public/fs/etc/nginx/conf.d/ssl_params @@ -1,5 +1,3 @@ -ssl_trusted_certificate /home/webroot/letsencrypt/ssl/chain.pem; - ssl_stapling on; ssl_stapling_verify on; ssl_prefer_server_ciphers on; |