From 69952ba04ddfc707a38f03903b23e2a535708274 Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Mon, 22 May 2023 10:32:08 -0400 Subject: [PATCH] Add link to Big File handling section from nginx doc chapter Co-authored-by: Ferdinand Thiessen Signed-off-by: Josh Richards --- .../configuration_files/big_file_upload_configuration.rst | 2 ++ admin_manual/installation/nginx.rst | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index f83a15ba4..35125cda9 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -1,3 +1,5 @@ +.. _uploading_big_files: + =========================== Uploading big files > 512MB =========================== diff --git a/admin_manual/installation/nginx.rst b/admin_manual/installation/nginx.rst index c1e80985a..4d8580be7 100644 --- a/admin_manual/installation/nginx.rst +++ b/admin_manual/installation/nginx.rst @@ -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 `_ 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 `_ 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^