[Pkg-owncloud-commits] [owncloud-doc] 05/11: Require add_header in a single line
David Prévot
taffit at moszumanska.debian.org
Sat Mar 5 01:58:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit a110cbf0f81ce2625c4c487620f7990f235d5839
Author: David A. Velasco <dvelasco at solidgear.es>
Date: Thu Feb 11 12:47:58 2016 +0100
Require add_header in a single line
---
admin_manual/installation/nginx_configuration.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/admin_manual/installation/nginx_configuration.rst b/admin_manual/installation/nginx_configuration.rst
index 165b34c..4c67b3f 100644
--- a/admin_manual/installation/nginx_configuration.rst
+++ b/admin_manual/installation/nginx_configuration.rst
@@ -8,6 +8,12 @@ Nginx Configuration
**ssl_certificate_key** to suit your needs.
- Make sure your SSL certificates are readable by the server (see `Nginx HTTP
SSL Module documentation <http://wiki.nginx.org/HttpSslModule>`_).
+- ``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 it is possible to move *common* add
+ 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list