mirror of
https://github.com/YunoHost-Apps/osticket_ynh.git
synced 2024-09-03 19:56:17 +02:00
Fix
This commit is contained in:
parent
5311ea1d74
commit
d536cec3bd
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue