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:
Simon L.
2026-03-10 10:27:12 +01:00
parent 385eeb1621
commit 9ed23f1952
2 changed files with 3 additions and 0 deletions

View File

@@ -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
} }

View File

@@ -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
} }