mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-21 02:40:09 +00:00
rp-docs: document new header_up requirement for proxying the aio-interface
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -180,6 +180,7 @@ apt install --no-install-recommends qemu-system qemu-utils libvirt-clients libvi
|
|||||||
# Virtual machine #1 - "example1-com"
|
# Virtual machine #1 - "example1-com"
|
||||||
https://[DOMAIN_NAME_1]:8443 {
|
https://[DOMAIN_NAME_1]:8443 {
|
||||||
reverse_proxy https://[IP_ADDRESS_1]:8080 {
|
reverse_proxy https://[IP_ADDRESS_1]:8080 {
|
||||||
|
header_up Host {host}
|
||||||
transport http {
|
transport http {
|
||||||
tls_insecure_skip_verify
|
tls_insecure_skip_verify
|
||||||
}
|
}
|
||||||
@@ -192,6 +193,7 @@ apt install --no-install-recommends qemu-system qemu-utils libvirt-clients libvi
|
|||||||
# Virtual machine #2 - "example2-com"
|
# Virtual machine #2 - "example2-com"
|
||||||
https://[DOMAIN_NAME_2]:8443 {
|
https://[DOMAIN_NAME_2]:8443 {
|
||||||
reverse_proxy https://[IP_ADDRESS_2]:8080 {
|
reverse_proxy https://[IP_ADDRESS_2]:8080 {
|
||||||
|
header_up Host {host}
|
||||||
transport http {
|
transport http {
|
||||||
tls_insecure_skip_verify
|
tls_insecure_skip_verify
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1134,6 +1134,7 @@ If you want to also access your AIO interface publicly with a valid certificate,
|
|||||||
```
|
```
|
||||||
https://<your-nc-domain>:8443 {
|
https://<your-nc-domain>:8443 {
|
||||||
reverse_proxy https://localhost:8080 {
|
reverse_proxy https://localhost:8080 {
|
||||||
|
header_up Host {host}
|
||||||
transport http {
|
transport http {
|
||||||
tls_insecure_skip_verify
|
tls_insecure_skip_verify
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user