edv / docker-spotweb

Dockerfile to easily set up Spotweb using Docker on the Raspberry Pi (or any compatible arm chipset) and regular x86 chipsets
MIT License
27 stars 19 forks source link

Set HTTPS param based on X-Forwarded-Proto #29

Closed mlangenberg closed 4 years ago

mlangenberg commented 4 years ago

Sets the HTTPS parameter to be passed to the fastcgi process, based on the value of the X-Forwarded-Proto header.

This allows serving behind a reverse proxy with TLS termination.

edv commented 4 years ago

And again, thanks for the improvement :)