mirror of
https://github.com/YunoHost-Apps/osticket_ynh.git
synced 2024-09-03 19:56:17 +02:00
commit
5e8aea7b6e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ location __PATH__/ {
|
||||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||||
client_max_body_size 256M;
|
client_max_body_size 256M;
|
||||||
|
|
||||||
try_files $uri $uri/ index.php
|
try_files $uri $uri/ index.php;
|
||||||
|
|
||||||
location ~ ^/pages/(?!index.php/)(.*) {
|
location ~ ^/pages/(?!index.php/)(.*) {
|
||||||
try_files $uri $uri/ /pages/index.php/$1;
|
try_files $uri $uri/ /pages/index.php/$1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue