From d563790277479b872b2db34d818e6edaeab50fd7 Mon Sep 17 00:00:00 2001 From: Georgiy Sitnikov Date: Wed, 24 Jun 2020 13:51:20 +0200 Subject: [PATCH] added php7.3-cgi According to the https://github.com/pi-hole/pi-hole/blob/master/automated%20install/basic-install.sh#L250 seems that php7.3-cgi seems missing --- docs/guides/nginx-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/nginx-configuration.md b/docs/guides/nginx-configuration.md index fa6b473..d994d20 100644 --- a/docs/guides/nginx-configuration.md +++ b/docs/guides/nginx-configuration.md @@ -15,7 +15,7 @@ 2. Install necessary packages ```bash - apt-get -y install nginx php7.3-fpm php7.3-xml php7.3-sqlite3 php7.3-intl apache2-utils + apt-get -y install nginx php7.3-fpm php7.3-cgi php7.3-xml php7.3-sqlite3 php7.3-intl apache2-utils ``` 3. Disable lighttpd at startup