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:
parent
c2107dac0c
commit
684dd105f5
1 changed files with 2 additions and 2 deletions
|
@ -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(/|$) {
|
||||
|
|
Loading…
Add table
Reference in a new issue