mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
make clear when apache_ip_binding needs to be set
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
7e24978a8c
commit
adcba6b751
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ After using the above command, you should be able to access the AIO Interface vi
|
|||
|
||||
## 3. If the reverse proxy is installed on the same host, you should configure the apache container to only listen on localhost.
|
||||
|
||||
Use this envorinmental variable during the initial startup of the mastercontainer to make the apache container only listen on localhost: `-e APACHE_IP_BINDING=127.0.0.1`
|
||||
Use this envorinmental variable during the initial startup of the mastercontainer to make the apache container only listen on localhost: `-e APACHE_IP_BINDING=127.0.0.1`. **Attention:** This is only recommended to be set if you use `localhost` in your reverse proxy config to connect to your AIO instance. If you use an ip-address, you can either simply skip this step or set it to `0.0.0.0` if you are unsure what the correct value is.
|
||||
|
||||
## 4. Optional: get a valid certificate for the AIO interface
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue