You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin_manual/installation/nginx.rst
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,7 @@
4
4
NGINX configuration
5
5
===================
6
6
7
-
.. warning::
8
-
Please note that web servers other than Apache 2.x are not officially supported.
9
-
10
-
.. note::
11
-
This page covers example NGINX configurations to run a Nextcloud server.
12
-
These configurations examples were originally provided by `@josh4trunks <https://github.com/josh4trunks>`_
13
-
and are exclusively community-maintained. (Thank you contributors!)
7
+
This page covers how to run a Nextcloud server using NGINX backed by PHP-FPM, which is also an officially supported setup.
14
8
15
9
- You need to insert the following code into **your Nginx configuration file**.
16
10
Choose the appropriate example based on whether you are deploying :ref:`nginx_webroot_example` (i.e. :code:`https://cloud.example.com/`) or :ref:`nginx_subdir_example` (i.e. :code:`https://cloud.example.com/nextcloud`).
0 commit comments