From 8a004611d1f25296436002bd3abc4aa26f9cce54 Mon Sep 17 00:00:00 2001 From: "martin.mattel@diemattels.at" Date: Thu, 5 Nov 2015 16:55:43 +0100 Subject: [PATCH] note_to_add_header_nginx text corrections --- admin_manual/installation/nginx_configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/installation/nginx_configuration.rst b/admin_manual/installation/nginx_configuration.rst index 9314fbf82..72da6fd9b 100644 --- a/admin_manual/installation/nginx_configuration.rst +++ b/admin_manual/installation/nginx_configuration.rst @@ -11,6 +11,10 @@ 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 `_). +- ``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. .. 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