From b3b8b0c89e5b49f2fb12d249fcfc5fceee567d39 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 2 May 2016 22:29:32 -0400 Subject: [PATCH] Fix incorrect service names in the nginx setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce52f08..09a1cc4 100644 --- a/README.md +++ b/README.md @@ -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) 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 -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 11. Run `systemctl enable letsencrypt.timer` to enable the auto-renewal process