1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my-mind_ynh.git synced 2024-09-03 19:46:22 +02:00

added index.html in the nginx config

This commit is contained in:
anmol26s 2020-04-26 21:56:39 +05:30
parent adf232b00f
commit fd8adba190

View file

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