Document X-Forwarded-Proto in README (#368)

This commit is contained in:
M*C*O 2021-07-25 15:02:03 +02:00 committed by GitHub
parent 607efaa292
commit 60f924f4bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,7 @@ If you want to serve the application under a basepath and/or with a different in
* X-Forwarded-Host (ex. `another.domain.com`) * X-Forwarded-Host (ex. `another.domain.com`)
* X-Forwarded-Path (ex: `/alltube`) * X-Forwarded-Path (ex: `/alltube`)
* X-Forwarded-Port (ex: `5555`) * X-Forwarded-Port (ex: `5555`)
* X-Forwarded-Proto (ex: `https`)
### Apache ### Apache