Skip to content

Commit c8436d8

Browse files
Fix Nginx reload
1 parent 0eee780 commit c8436d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sphinx/aws/ec2_rds_specify7_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ certbot certificates;
261261
vim spcloudservers.json # change line to `https: true`
262262
make;
263263
sudo docker compose up -d;
264-
sudo docker exec -it specifycloud_nginx_1 nginx -s reload; # Maybe needed
264+
sudo docker exec -it specifycloud-nginx-1 nginx -s reload; # Maybe needed
265265
```
266266

267267
You might want to extend the time of your ssh connection:

sphinx/misc/add_new_instance_to_specify_cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
```bash
4242
docker exec -it specifycloud-nginx-1 nginx -s reload
4343
```
44-
1. For automatic nginx reloading on certificate renewal create /etc/letsencrypt/renewal-hooks/post/reload-nginx.sh `#!/bin/bash docker exec -it specifycloud_nginx_1 nginx -s reload`
44+
1. For automatic nginx reloading on certificate renewal create /etc/letsencrypt/renewal-hooks/post/reload-nginx.sh `#!/bin/bash docker exec -it specifycloud-nginx-1 nginx -s reload`
4545
2. `crontab -e;` and then add the line `0 3 * * 0,2,4,6 docker exec specifycloud_nginx_1 nginx -s reload`
4646
3. `crontab -l` to list cronjobs
4747
5. Add Specify Admin user credentials to the Bitwarden Vault

0 commit comments

Comments
 (0)