From 7060cba6c9a99d4b703674526a50d2e885a457bb Mon Sep 17 00:00:00 2001 From: Aytsuqi <141279848+Aytsuqi@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:12:39 +0100 Subject: [PATCH] rewording reverse-proxy.md following up on further discussion with szaimen and Zoey2936 on PR#3656 Signed-off-by: Aytsuqi <141279848+Aytsuqi@users.noreply.github.com> --- reverse-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 3005f757..3873ab9a 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -8,7 +8,7 @@ In order to run Nextcloud behind a web server or reverse proxy (like Apache, Ngi **Attention:** The process to run Nextcloud behind a reverse proxy consists of at least steps 1, 2 and 4: 1. **Configure the reverse proxy! See [point 1](#1-add-this-to-your-reverse-proxy-config)** -1. **Use this document provided startup command! See [point 2](#2-use-this-startup-command)** +1. **Use this startup command! See [point 2](#2-use-this-startup-command)** 1. Optional: If the reverse proxy is installed on the same host and in the host network, you should limit the apache container to only listen on localhost. See [point 3](#3-limit-the-access-to-the-apache-container) 1. **Open the AIO interface. See [point 4](#4-open-the-aio-interface)** 1. Optional: Get a valid certificate for the AIO interface! See [point 5](#5-optional-get-a-valid-certificate-for-the-aio-interface)