Update nginx.conf

This commit is contained in:
ericgaspar 2022-04-24 13:11:12 +02:00
parent 04d774e54b
commit 5dec8c45da

View file

@ -5,7 +5,7 @@ location __PATH__/ {
alias __FINALPATH__/ ;
### Example PHP configuration (remove it if not used)
index index.php;
index index.php index.html;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;