This commit is contained in:
Maxim Devaev 2025-02-10 14:09:09 +02:00
parent 8aad0cb007
commit 8c962a33eb
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ handle_path /pikvm/* {
tls_insecure_skip_verify # Same behaviour as Nginx tls_insecure_skip_verify # Same behaviour as Nginx
} }
header_up Host {upstream_hostport} header_up Host {upstream_hostport}
header_down Location "^(/.*)$" "/pikvm$1"
} }
} }
``` ```