mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-12 09:21:59 -06:00
Fixed command issues with capitalization.
This commit is contained in:
parent
2ff3797893
commit
2ad2ad30b3
@ -45,7 +45,7 @@ Wont do the job. As it'll give a error such as `Error: Attempting to renew cert
|
|||||||
This will happen especially if your running NGINX instead of Apache, the solution for this is to stop NGINX, renew the certificate then start NGINX once again.
|
This will happen especially if your running NGINX instead of Apache, the solution for this is to stop NGINX, renew the certificate then start NGINX once again.
|
||||||
You can do this by running,
|
You can do this by running,
|
||||||
```bash
|
```bash
|
||||||
systemctl stop NGINX
|
systemctl stop nginx
|
||||||
```
|
```
|
||||||
To stop the NGINX service. Now you need to renew the certificate, you can do this by running,
|
To stop the NGINX service. Now you need to renew the certificate, you can do this by running,
|
||||||
```bash
|
```bash
|
||||||
@ -54,5 +54,5 @@ certbot renew
|
|||||||
Wait for the process to complete.
|
Wait for the process to complete.
|
||||||
Once it has, you may now re-start the NGINX service using,
|
Once it has, you may now re-start the NGINX service using,
|
||||||
```bash
|
```bash
|
||||||
systemctl start NGINX
|
systemctl start nginx
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user