https-portal
https-portal copied to clipboard
A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.
I keep a log of the proxy server container I created with http-portal. After this log is output, the access log is no longer recorded. ``` Renewing ... Renewal skipped...
Hello SteveLTN, and thanks for your work! I'm trying to use your https-portal in a MERN dockerized project but I don't know how to use it. My docker-compose.yml has this...
Hello! To make HTTPS-PORTAL proxy WEBSOCKET connections, I have to write this: WEBSOCKET=true But, where? Thank you very much.
Have an issue with Digital Ocean in which I can't access X-Real-IP. For reference, https://stackoverflow.com/questions/51003905/how-to-get-real-ip-address-from-digital-ocean-load-balancer-nginx-node-scr https://www.digitalocean.com/community/questions/how-to-obtain-user-s-ip-address-when-using-private-ip-for-reverse-proxy https://www.digitalocean.com/community/questions/how-do-i-forward-client-ip-instead-of-proxy-ip-in-nginx-reverse-proxy
Hey There, I'm starting to use `https-portal`, and it's great - thanks for all the work and support you put in to it. I'm relatively new to nginx and networking...
Hello from France I'd like to use your compose but I've got too many redirect and don't know why. I have a docker with traefik which listen on 80 and...
I have: ``` DOMAINS: 'www.howismy.com => https://howismy.com, howismy.com -> http://api:3000' ```   but going to `www.howismy.com` redirects to  here is the redirect: 
Thanks @SteveLTN for the great project! We are trying to use it for a "multitenant" app, meaning that one running copy of the app serves many different customers who license...
I'm trying to proxy the URI detail of (awstats) behind the root domain. The actual page I have to load is https://domain.tld/cgi-bin/awstats/awstats.pl?config=linoxide, but I really just want to go to...
So I use a couple of docker containers alongside with https-portal with docker-compose.yml, and today after I did `docker-compose pull` and `docker-compose up -d` and https-portal pulled the latest 1.20.0...