jamessharp / docker-nginx-https-redirect

A simple nginx container that redirects all http requests to https

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The nginx base image look for config in conf.d not in site-availables

achretien opened this issue · comments

The default nginx configuration doesn't works like ubuntu ones.
You have to replace the /etc/nginx/conf.d/default.conf file with your default one.

Thanks @achretien
First moment when I tested it did not work and I was confused. Followed your suggestion. Now it works.

@jamessharp please fix the container with above suggestion

balls - fixed in #7 I hope

Sorry everyone