0.1.0-DEV-20191030-122725
------------------------- * INITIAL: - initial commit
This commit is contained in:
21
defaults/main/proxy_site_defs.yml
Normal file
21
defaults/main/proxy_site_defs.yml
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
proxy_site_conf_dir : /etc/nginx/conf.d
|
||||
proxy_site_file : "{{ proxy_site_conf_dir }}/zen_proxy.conf"
|
||||
proxy_site_version : 1.4
|
||||
proxy_site_revision : 20191029-101338
|
||||
|
||||
|
||||
proxy_site_log_path : /proxy_logs
|
||||
proxy_site_access_log : "{{ proxy_site_log_path }}/zen_proxy.log"
|
||||
|
||||
|
||||
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_protocols : TLSv1.2
|
||||
proxy_site_ssl_ciphers : ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256
|
||||
|
||||
|
||||
# many websites are run from our apache host
|
||||
# ...lets define it here to make things easier
|
||||
proxy_default_host : zg-lxwb04.thezengarden.net
|
Reference in New Issue
Block a user