From 3f4541b4ccaf150138441bbb6d11c86bbc2f964e Mon Sep 17 00:00:00 2001 From: acsfer Date: Mon, 24 May 2021 10:58:49 +0200 Subject: [PATCH] Add a warning about limited support for NGINX --- admin_manual/installation/nginx.rst | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/admin_manual/installation/nginx.rst b/admin_manual/installation/nginx.rst index 6d8ff5aa6..603c12ade 100644 --- a/admin_manual/installation/nginx.rst +++ b/admin_manual/installation/nginx.rst @@ -1,10 +1,14 @@ =================== -Nginx configuration +NGINX configuration =================== -This page covers example Nginx configurations to use with running a Nextcloud -server. These configurations examples were originally provided by -`@josh4trunks `_ and are community-maintained. (Thank you contributors!) +.. warning:: + Please note that webservers other than Apache 2.x are not officially supported. + +.. note:: + This page covers example NGINX configurations to run a Nextcloud server. + These configurations examples were originally provided by `@josh4trunks `_ + and are exclusivelly community-maintained. (Thank you contributors!) - You need to insert the following code into **your Nginx configuration file.** - Adjust **server_name**, **root**, **ssl_certificate** and @@ -16,7 +20,7 @@ server. These configurations examples were originally provided by - Some environments might need a ``cgi.fix_pathinfo`` set to ``1`` in their ``php.ini``. -Nextcloud in the webroot of nginx +Nextcloud in the webroot of NGINX --------------------------------- The following configuration should be used when Nextcloud is placed in the @@ -26,7 +30,7 @@ webroot of your nginx installation. In this example it is .. literalinclude:: nginx-root.conf.sample :language: nginx -Nextcloud in a subdir of the nginx webroot +Nextcloud in a subdir of the NGINX webroot ------------------------------------------ The following config should be used when Nextcloud is placed within a subdir of