webproxy: add hsts variables

This commit is contained in:
Robert Kaussow 2018-08-12 01:14:47 +02:00
parent aec36e8743
commit 3967a2d772
1 changed files with 5 additions and 0 deletions

View File

@ -56,6 +56,11 @@ nginx_pfs_enabled: False
nginx_dhparam_size: 4069
nginx_dhparam_file: "{{ nginx_tls_certs_dir }}/dhparam-{{ nginx_dhparam_size }}.pem"
nginx_hsts_enabled: False
nginx_hsts_options:
- nginx_hsts_max_age=63072000
- includeSubDomains
nginx_vhosts_dir: /var/www/vhosts
nginx_default_page_enabled: False