mirror of
https://github.com/nextcloud/documentation.git
synced 2026-04-12 06:09:39 +07:00
Require add_header in a single line
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user