22 lines
818 B
YAML
22 lines
818 B
YAML
---
|
|
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
|