Read-only var: nginx_servers_default_headers

This commit is contained in:
Emilien Mantel
2017-02-08 16:16:19 +01:00
parent 021ca4e173
commit d550f1bab1
2 changed files with 6 additions and 1 deletions

View File

@@ -39,5 +39,10 @@ nginx_templates_no_dir:
- '_owncloud'
- '_proxy'
nginx_servers_default_headers:
'X-Frame-Options': 'DENY always'
'X-Content-Type-Options': 'nosniff always'
'X-XSS-Protection': '1; mode=block'
nginx_upstream_php56: 'php56'
nginx_upstream_php70: 'php70'