awesometic / docker-h5ai

Lightweight h5ai 0.30.0 container with Nginx 1.21 & PHP 8 based on Alpine Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using Reverse Proxy for TLS?

clementperon opened this issue · comments

Hi,

Instead of implementing Let's encrypt inside this docker what about being compatible with a reverse proxy. e.g: https://github.com/linuxserver/docker-letsencrypt

Thanks

Hi,

Actually this docker image already supports SSL/TLS with an external reverse proxy server. :)
Even I'm running services using a docker-compose.yml file that includes this h5ai and the central Let's encrypt for a reverse proxy to all of the incoming subdomain requests.

Please refer to https://github.com/awesometic/docker-h5ai#todos

Thanks for your feedback. I'll close this issue if this answer is helpful for you. :)

Hi,

Sorry I didn't precise but i'm doing reverse proxy with subfolder not subdomain.
Looks like H5AI is not compatible with subfolder reverse proxy :(

Do you have an nginx example for subdomain reverse proxy ?

Thanks,
Clement

Okay got it working nice with subdomain !