W Shao

Results 76 comments of W Shao

Latest is 1.7.3 . I don't know how, but you seems to be stuck with an old version.

HTTPS-PORTAl create two certs for each site you specify in the `DOMAIN`. In this case, you have ``` DOMAINS: 'www.howismy.com => howismy.com,howismy.com -> http://api:3000' ``` which will create two certs,...

Could you cat `/etc/nginx/conf.d/www.howismy.com.ssl.conf` in your container?

Sorry for the late reply. I sort of forgot about this after a vacation :-( Did you have any luck? Try update to the latest version plz, if you are...

In my experience most of this is because misconfiguration of DNS. Have you configured `wiki..com` and make sure it resolves to the IP address of your machine?

> Can we add more containers in the same host, something like modifying the ports (9443 instead of 443, 9080 instead of 80) No. Let's Encrypt (where we get the...

[This](https://github.com/SteveLTN/https-portal/blob/ea366ec0b2e7f3b85637feb7df774fd2962218bf/fs_overlay/var/lib/nginx-conf/default.ssl.conf.erb#L51-L68) is the code for generating Nginx configuration. Please have a look and see if the generated config meets your needs.

Hi, No, this is not supported by HTTPS-PORTAL. While you can use Nginx custom config to do that, I do believe this should best be done at the application layer,...

Hi! I looked into it. There were 2 causes actually: 1. `docker-compose` interpolates `$variable`. And you `$` in your password triggers it. 2. The internal command I use in HTTPS-PORTAL...

I think the `.htaccess` permission is somewhat related to mounting the external file. You probably need to play around with the file permissions. For when you do not do not...