Fix incorrect service names in the nginx setup instructions
This commit is contained in:
parent
701ee55645
commit
b3b8b0c89e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ nginx, php, systemd
|
||||||
6. Create a symlink from `/etc/nginx/sites-available/REPLACEME.tld.conf` to `/etc/nginx/sites-enabled/REPLACEME.tld.conf` (replacing `REPLACEME.TLD` with the FQDN)
|
6. Create a symlink from `/etc/nginx/sites-available/REPLACEME.tld.conf` to `/etc/nginx/sites-enabled/REPLACEME.tld.conf` (replacing `REPLACEME.TLD` with the FQDN)
|
||||||
7. Run `openssl dhparam -out /etc/nginx/dhparam.pem 4096` to generate the diffie-hellman parameter
|
7. Run `openssl dhparam -out /etc/nginx/dhparam.pem 4096` to generate the diffie-hellman parameter
|
||||||
8. Run `systemctl start php-fpm nginx` to start the web services and `systemctl status php-fpm` and `systemctl status nginx` to check for errors
|
8. Run `systemctl start php-fpm nginx` to start the web services and `systemctl status php-fpm` and `systemctl status nginx` to check for errors
|
||||||
9. If there were no errors in the previous command, run `systemctl enable postfix dovecot` to enable the web services at boot
|
9. If there were no errors in the previous command, run `systemctl enable php-fpm nginx` to enable the web services at boot
|
||||||
10. Ensure the public web directory exists and run `systemctl start letsencrypt` to generate the SSL certificates
|
10. Ensure the public web directory exists and run `systemctl start letsencrypt` to generate the SSL certificates
|
||||||
11. Run `systemctl enable letsencrypt.timer` to enable the auto-renewal process
|
11. Run `systemctl enable letsencrypt.timer` to enable the auto-renewal process
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue