letsencrypt-nginx-docker
letsencrypt-nginx-docker copied to clipboard
nginx restart
How do you make a nginx restart, or does nginx restart on its own in your setup a soon as the new certificate is issued?
you could addsudo service nginx reloadto the shell script (at least on ubuntu)
But I typically reload nginx manually