1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git synced 2024-09-03 20:36:01 +02:00

Update nginx.conf

This commit is contained in:
jarod5001 2022-05-08 16:57:05 +02:00 committed by GitHub
parent c2107dac0c
commit 684dd105f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,10 @@ location __PATH__/ {
alias __FINALPATH__/ ;
### Example PHP configuration (remove it if not used)
index tinyfilemanager.php;
index index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;
client_max_body_size 10G;
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {