Add link to Big File handling section from nginx doc chapter

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
Josh Richards
2023-05-22 10:32:08 -04:00
committed by Ferdinand Thiessen
parent 22aa3c1d9f
commit 69952ba04d
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
.. _uploading_big_files:
===========================
Uploading big files > 512MB
===========================

View File

@@ -5,14 +5,15 @@ NGINX configuration
===================
.. warning::
Please note that webservers other than Apache 2.x are not officially supported.
Please note that web servers 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 <https://github.com/josh4trunks>`_
and are exclusively community-maintained. (Thank you contributors!)
- You need to insert the following code into **your Nginx configuration file**. 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`).
- You need to insert the following code into **your Nginx configuration file**.
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`).
- Adjust the server directive under :code:`upstream php-handler` to match your PHP installation's configured FPM listener (a misconfiguration here will result in a :code:`502 Bad Gateway` - see :ref:`nginx_php_handler_tips` for details)
- Adjust the existing :code:`server_name` directives found under *both* :code:`server` sections to your real hostname
- Adjust :code:`root` to the webroot of your Nextcloud installation
@@ -139,6 +140,8 @@ to the following to re-allow file uploads:
See `issue #8802 on nextcloud/server <https://github.com/nextcloud/server/issues/8802>`_ for more information.
Other parameters besides the above are relevant to uploading large files (see :ref:`uploading_big_files`).
Login loop without any clue in access.log, error.log, nor nextcloud.log
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^