docker-nginx-ssl-proxy icon indicating copy to clipboard operation
docker-nginx-ssl-proxy copied to clipboard

SSL Front-End Proxy With Automatic Free Certificate Management

Results 18 docker-nginx-ssl-proxy issues
Sort by recently updated
recently updated
newest added

READ.me needs to be edited to provide instructions to edit the `default.conf` and replace `proxy_pass http://origin;` with `proxy_pass http://domain.name:port;`

- Pins the NGINX version - Changes linefeeds to \n - pulls the appropriate s6 and envplate binaries based on the TARGETARCH. It is missing the SHA verification per arch...

Is there a way to pass the email (and other meta data) certbot shall be use for the certificate?

> As a docker-compose author looking to setup a cron-job in a container I want to be able to relatively easily view logs from hours ago by `ssh`/`screen`-ing into my...

How can I stop certbot from requesting new cert if it's already requested before. Each time I reran my docker container it will rerequest again. And each domain name have...

Is it possible to import the default `/etc/nginx/sites-enabled/default` file into the container so one can add custom error pages as needed. The idea is that one would manually add custom...

http://prntscr.com/nv1ciu I am having this issue not sure what seems to be the reason. I tried the fixes suggested here: https://github.com/docker/for-win/issues/611 But not being able to fix the issue. I...

Your image is perfect for Amazon's Elastic Container Service (ECS) because it requires no local bindings/files. Unfortunately, it's hard to provision a static IP on ECS unless you use (and...

looks like nginx was not picking up the certificates it had already created. nginx-ssl-proxy_1 | Saving debug log to /var/log/letsencrypt/letsencrypt.log nginx-ssl-proxy_1 | Obtaining a new certificate nginx-ssl-proxy_1 | Performing the...

I've tried using `SERVERNAME: *.example.com` but it doesnt seem to work.