Skip to content

Commit 4b5d774

Browse files
Fix formatting issues
1 parent f1815a8 commit 4b5d774

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sphinx/misc/add_new_instance_to_specify_cloud.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
6. Check url
2626
4. Add SSL
2727
1. Run the `add_ssl.sh` script and follow the prompts.
28-
```
28+
```bash
2929
sudo sh add_ssl.sh
3030
```
3131
You will need to provide the `<subdomain>` for the new instance that you wish to add. After this, it will update the `spcloudservers.json` and set `"https": false` to `"https": true` for that instance, then restart all of the running containers.
3232
8. Check URL
3333
9. **Note:** After an SSL certificate renewal, you can reload nginx without restarting the whole container:
34-
```
34+
```bash
3535
docker exec -it specifycloud-nginx-1 nginx -s reload
3636
```
3737
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`
@@ -40,11 +40,11 @@
4040
5. Add Specify Admin user credentials to the Bitwarden Vault
4141
7. Asset Server
4242
1. SSH into the appropriate Asset Server for the region
43-
2. Add `<dbname>` directory in attachments directory 'su specify -c "mkdir attachments/`<dbname>`"'
44-
3. Add `<dbname>` to /home/specify/new-asset-server/settings.py
45-
4. systemctl restart web-asset-server.service
43+
2. Add `<dbname>` directory in attachments directory `su specify -c "mkdir attachments/<dbname>`
44+
3. Add `<dbname>` to `/home/specify/new-asset-server/settings.py`
45+
4. Run `systemctl restart web-asset-server.service`
4646
8. Updown
47-
1. Add url: `<subdomain>`.specifycloud.org/context/system_info.json
47+
1. Add url: `<subdomain>.specifycloud.org/context/system_info.json`
4848
2. Add alias: `<subdomain>`
4949

5050
## Misc

0 commit comments

Comments
 (0)