934eaf3f87
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. |
||
---|---|---|
.. | ||
directive-only | ||
location | ||
README.md | ||
basic.conf |
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.