ssl-proxy
ssl-proxy copied to clipboard
Docker https/ssl reverse proxy w/ nginx. Supports: Auto request letsencrypt cert, CORS, HTTP Auth, Real-time/Low Latency...
Hi, when I try to enter to my web app through HTTP appears this:  How can I configure my docker-compose.yml to redirect HTTP...
Hi there, I am having the following issue: The proxy works fine to me. I use it to connect to a locally running nextcloud docker, but when I try to...
When running the `compose up -d {service}` command to try this out for the first time, this is what I saw: ```bash nginx_1 | ********** STARTING NGINX HTTPS/AUTH PROXY **********...
Look into further hardening of SSL/TLS settings: See: https://www.digitalocean.com/community/questions/https-and-http2-nginx-config-for-socket-io?answer=36354 
Any chance to make it run in an lxc instance instead of docker?! Thanks!
#### Option No. 1: Auto-enable if we find a path like `/app/public` or `/var/lib/html`? #### Option No. 2: Or for advanced functionality, try something like: `-e STATIC='{RequestPath}={For Matching Extensions}:{Static Files...