We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d977699 + 2b94947 commit 8c3679eCopy full SHA for 8c3679e
pages/reverse-proxies/nginx.mdx
@@ -217,7 +217,7 @@ sudo nginx -t
217
```
218
### Automatic reload Nginx when SSL Certificates are renewed:
219
```bash
220
-echo -e '#!/bin/bash\nnginx -t && systemctl reload nginx' | sudo tee /etc/letsencrypt/renewal-hooks/post/nginx-reload.sh && sudo chmod a+x /etc/letsencrypt/renewal-hooks/post/nginx-reload.sh
+echo -e '#!/bin/bash\nginx -t && systemctl reload nginx' | sudo tee /etc/letsencrypt/renewal-hooks/post/nginx-reload.sh && sudo chmod a+x /etc/letsencrypt/renewal-hooks/post/nginx-reload.sh
221
222
### Reload Nginx
223
0 commit comments