mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-08 15:46:25 +08:00
add info regarding reverse proxy in docker container
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
3e59616b5d
commit
d994512140
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ Basically, you need to specify the port that the apache container shall use and
|
|||
|
||||
All examples below will use port `11000` as example apache port. Also it is supposed that the reverse proxy runs on the same server like AIO, hence `localhost` is used and not an internal ip-address to point to the AIO instance. Modify both to your needings.
|
||||
|
||||
**Info:** The instructions below assume that your reverse proxy is installed directly on the host, not inside a separate docker container. If you want to run the reverse proxy inside a docker container, you can do so by using the `--network host` option when starting the reverse proxy container.
|
||||
|
||||
### Reverse proxy config examples
|
||||
|
||||
#### Caddy
|
||||
|
|
Loading…
Add table
Reference in a new issue