From a269fdc5477c2bc08b46bb0181c71e480b57849a Mon Sep 17 00:00:00 2001 From: Michal <86935712+Fluffy-Bean@users.noreply.github.com> Date: Thu, 29 Sep 2022 15:57:33 +0100 Subject: [PATCH] Updated Manual install (markdown) --- Manual-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual-install.md b/Manual-install.md index ac501ec..8080d2e 100644 --- a/Manual-install.md +++ b/Manual-install.md @@ -13,9 +13,9 @@ apt install php-gd ``` # PHP and Nginx -This project also requires PHP 8.1 and was made with Ubuntu 22.04 LTS and Nginx in mind, so I recommend running this gallery on such. To install Nginx, ues the following command: +This project also requires PHP 8.1 and was made with Ubuntu 22.04 LTS and Nginx in mind, so I recommend running this gallery on such. To install Nginx and PHP 8.1 extentions, use the following command: ``` -apt install nginx +apt install nginx php8.1-fpm ``` With Nginx, you may need to configure the `/etc/nginx/sites-available/default` or `/etc/nginx/sites-available/default.conf` for the new version on PHP. You must find the allowed index list and add index.php as such: