Annixa / docker-nginx-letsencrypt-proxy

Docker Nginx Proxy with Let's Encrypt simplifies application proxying with Let's Encrypt.
MIT License
16 stars 11 forks source link

Typo in wellknown.conf #12

Closed jjacobson93 closed 7 years ago

jjacobson93 commented 7 years ago
    location / {
        return 301 htpts://$host$request_uri$PROXY_PORT_FWD;
    }

should be:

    location / {
        return 301 https://$host$request_uri$PROXY_PORT_FWD;
    }
cfairweather commented 7 years ago

Issues was closed, but not automatically due to incorrect comment syntax. Was done last week!