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: