From 59c946850a5a2bb271c4282a0ebe2fb09a3af3cd Mon Sep 17 00:00:00 2001 From: Joshua Ruehlig Date: Thu, 6 Aug 2020 04:41:28 -0700 Subject: [PATCH] Update nginx.rst Note is no longer relevant --- admin_manual/installation/nginx.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/admin_manual/installation/nginx.rst b/admin_manual/installation/nginx.rst index 54de040ad..ab320c1cf 100644 --- a/admin_manual/installation/nginx.rst +++ b/admin_manual/installation/nginx.rst @@ -11,13 +11,6 @@ server. These configurations examples were originally provided by **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 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. - Be careful about line breaks if you copy the examples, as long lines may be broken for page formatting. - Some environments might need a ``cgi.fix_pathinfo`` set to ``1`` in their