diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-30 21:45:43 +0300 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-30 21:45:43 +0300 |
commit | 54261953e711e67e4ee28f788ea35bcab0e86654 (patch) | |
tree | 69eef65ef208b2a27b157d404c96b0d4051e2b5b /roles/common-web/tasks | |
parent | f81d8c68ba20100c13859ed522c41bed4f27d88b (diff) |
Set HTTP security headers.
See https://securityheaders.io .
Diffstat (limited to 'roles/common-web/tasks')
-rw-r--r-- | roles/common-web/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/common-web/tasks/main.yml b/roles/common-web/tasks/main.yml index fb6bb2d..02b7134 100644 --- a/roles/common-web/tasks/main.yml +++ b/roles/common-web/tasks/main.yml @@ -19,6 +19,7 @@ - fastcgi-php.conf - fastcgi-php-ssl.conf - ssl.conf + - headers.conf - acme-challenge.conf notify: - Restart Nginx |