1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osticket_ynh.git synced 2024-09-03 19:56:17 +02:00
This commit is contained in:
yalh76 2023-08-16 22:42:44 +02:00
parent 5311ea1d74
commit d536cec3bd
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ location __PATH__/ {
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
client_max_body_size 256M;
try_files $uri $uri/ index.php
try_files $uri $uri/ index.php;
location ~ ^/pages/(?!index.php/)(.*) {
try_files $uri $uri/ /pages/index.php/$1;

View file

@ -5,7 +5,7 @@ name = "osTicket"
description.en = "Open source support ticket system"
description.fr = "Système de ticket de support open source"
version = "1.18~ynh3"
version = "1.18~ynh4"
maintainers = ["yalh76"]