Skip to content

Commit 8c3679e

Browse files
authored
Merge pull request #57 from FoamToaster/patch-1
Corrected spelling mistake in nginx.mdx
2 parents d977699 + 2b94947 commit 8c3679e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/reverse-proxies/nginx.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ sudo nginx -t
217217
```
218218
### Automatic reload Nginx when SSL Certificates are renewed:
219219
```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
220+
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
221221
```
222222
### Reload Nginx
223223
```bash

0 commit comments

Comments
 (0)