mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-01-15 02:55:18 +00:00
Updated Manual install (markdown)
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:
|
||||
|
|
Loading…
Reference in a new issue