server-configs-nginx/h5bp
Leon Klingele 934eaf3f87 Always add security-relevant headers to the response, regardless of the response code (implements #147)
From nginx' add_header documentation:
```
add_header Adds the specified field to a response header provided that
the response code equals 200, 201, 204, 206, 301, 302, 303, 304, or 307.
```
At least for all security-relevant headers this should not be the case
and the header should always be added.
2016-07-07 13:29:58 +02:00
..
directive-only Always add security-relevant headers to the response, regardless of the response code (implements #147) 2016-07-07 13:29:58 +02:00
location Remove access log for probably-not-static files 2016-06-08 09:55:58 +02:00
README.md Renamed h5bp.conf to basic.conf README 2013-12-03 23:50:27 +05:30
basic.conf Move config snippets around 2013-11-22 10:50:58 +00:00

README.md

Component-config files

Each of these files is intended to be included in a server block. Not all of the files here are used - they are available to be included as required. The basic.conf file includes the rules which are recommended to always be defined.