diff --git a/docs/nginx.md b/docs/nginx.md index 71bd878..f4366ad 100644 --- a/docs/nginx.md +++ b/docs/nginx.md @@ -14,7 +14,7 @@ * On Debian-based, run `apt update`, then `apt upgrade`. 3. Install the following dependencies: * `git`: So you can clone this repository. - * `nginx`: So you can run Nginx. If using a non-systemd distribution, go to + * `nginx`: So you can run Nginx. * `php-fpm`: This is what allows Nginx to run *(and show)* PHP files. * `php-imagick`, `imagemagick`: Image manipulation. * `php-apcu`: Caching module. @@ -22,9 +22,9 @@ * `php-mbstring`: String utils. * `certbot`, `certbot-nginx`: ACME client. Used to create SSL certificates. * In Arch-based distributions: - * `pacman -S nginx certbot php-imagick imagemagick curl php-apcu git` + * `pacman -S nginx certbot php-imagick certbot-nginx imagemagick curl php-apcu git` * In Debian-based distributions: - * `apt install php-mbstring nginx certbot php-imagick imagemagick php-curl curl php-apcu git` + * `apt install php-mbstring nginx certbot-nginx certbot php-imagick imagemagick php-curl curl php-apcu git`