Updated Manual install (markdown)

Michal 2022-09-29 15:57:33 +01:00
parent 090959aa75
commit a269fdc547

@ -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: