Require add_header in a single line

This commit is contained in:
David A. Velasco
2016-02-11 12:47:58 +01:00
parent 3c427e895f
commit 40c06226d2

View File

@@ -14,7 +14,9 @@ Nginx Configuration
- ``add_header`` statements are only taken from the current level and are not cascaded
from or to a different level. All necessary ``add_header`` statements must be defined
in each level needed. For better readability is is possible to move *common* add
header statements into a separate file and include that file wherever necessary.
header statements into a separate file and include that file wherever necessary.
However, each ``add_header`` statement must be written in a single line to prevent
connection problems with sync clients.
.. note:: The following example assumes that your ownCloud is installed in
your webroot. If you're using a subfolder you need to adjust the configuration