CodeforNepal / akshara-project

Sangraha is an initiative to promote the usage of native langauge in computing and literature
https://www.sangraha.org/
GNU General Public License v3.0
16 stars 7 forks source link

Move Nginx to Docker #85

Open aishraj opened 5 years ago

aishraj commented 5 years ago

As a temporary workaround we currently run Nginx outside the container and terminate SSL at the host level. Ideally we would want to run Nginx in the container and terminate SSL in the container. This means that the certbot directory would need to be mounted on the container so that whenever cerbot updates the SSL certs it is reflected inside the daemon running in the container.