0.1.7-DEV-20191101-104411

-------------------------
    * MODIFY:
      - modified definition for resources.thezengarden.net; proxy needs to be for http proto

    * UPDATE:
      - updated ssl certs due to renewal
This commit is contained in:
2019-11-01 10:44:22 -04:00
parent 2519c0b86c
commit 358c713dee
2 changed files with 10 additions and 10 deletions

View File

@ -10,8 +10,8 @@
proxy_site_ssl_directory : /etc/nginx/ssl
proxy_site_ssl_certificate : "{{ proxy_site_ssl_directory }}/thezengarden.net/bundle1.pem"
proxy_site_ssl_certificate_key : "{{ proxy_site_ssl_directory }}/thezengarden.net/privkey1.pem"
proxy_site_ssl_certificate : "{{ proxy_site_ssl_directory }}/thezengarden.net/fullchain5.pem"
proxy_site_ssl_certificate_key : "{{ proxy_site_ssl_directory }}/thezengarden.net/privkey5.pem"
proxy_site_ssl_protocols : TLSv1.2
proxy_site_ssl_ciphers : ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256