0.1.17-DEV-20200321-000226
-------------------------- * MODIFY: - update certs for lets encrypt renewal * ADD: - add bitwarden site - add unifi site - added support for web sockets globally
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
proxy_site_conf_dir : /etc/nginx/conf.d
|
||||
proxy_site_file : "{{ proxy_site_conf_dir }}/zen_proxy.conf"
|
||||
proxy_site_version : 1.8
|
||||
proxy_site_revision : 20191113-214118
|
||||
proxy_site_revision : 20200113-141420
|
||||
|
||||
|
||||
proxy_site_log_path : /proxy_logs
|
||||
@ -11,8 +11,8 @@
|
||||
|
||||
|
||||
proxy_site_ssl_directory : /etc/nginx/ssl
|
||||
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_certificate : "{{ proxy_site_ssl_directory }}/thezengarden.net/fullchain6.pem"
|
||||
proxy_site_ssl_certificate_key : "{{ proxy_site_ssl_directory }}/thezengarden.net/privkey6.pem"
|
||||
proxy_site_ssl_protocols : TLSv1.2
|
||||
proxy_site_ssl_ciphers : ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256
|
||||
|
||||
|
Reference in New Issue
Block a user