From 1a7dbb4dab6d394e12ee78e20e731860ade283c8 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 22 Dec 2022 00:12:50 +0100 Subject: [PATCH] fix small detail Signed-off-by: Simon L --- reverse-proxy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reverse-proxy.md b/reverse-proxy.md index 5f201a6c..c4011055 100644 --- a/reverse-proxy.md +++ b/reverse-proxy.md @@ -4,13 +4,13 @@ In order to run Nextcloud behind a reverse proxy, you need to specify the port that the Apache container shall use, add a specific config to your reverse proxy and modify the startup command a bit. All examples below will use port `11000` as example Apache port which will be exposed on the host. Modify it to your needings. -**Attention** The process to run Nextcloud behind a reverse proxy consists of at least steps 1, 2 and 4: +**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 the in this document provided startup command! See [point 2](#2-use-this-startup-command)** 1. Optional: If the reverse proxy is installed on the same host, you should limit the apache container to only listen on localhost. See [point 3](#3-if-the-reverse-proxy-is-installed-on-the-same-host-you-should-configure-the-apache-container-to-only-listen-on-localhost) 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) -1. How to debug things? See [point 6](#6-how-to-debug-things) +1. Optional: Get a valid certificate for the AIO interface! See [point 5](#5-optional-get-a-valid-certificate-for-the-aio-interface) +1.Optional: How to debug things? See [point 6](#6-how-to-debug-things) ## 1. Add this to your reverse proxy config