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
ff8aff7619
commit
be2ace6478
2 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,8 @@ location __PATH__/ {
|
|||
location ~ ^/api/(?!http.php/)(.*) {
|
||||
try_files $uri $uri/ /api/http.php/$1;
|
||||
}
|
||||
location ~ ^/pages/(?!index.php/)(.*) {
|
||||
|
||||
location ~ ^/pages/(?!index.php/)(.*) {
|
||||
try_files $uri $uri/ /pages/index.php/$1;
|
||||
}
|
||||
|
||||
|
|
|
@ -144,7 +144,7 @@ ram.runtime = "50M"
|
|||
api.protected = true
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server php8.0-mysql php8.0-gd php-php-gettext php8.0-imap php8.0-fpm php8.0-mbstring php8.0-xml php8.0-zip php8.0-intl php8.0-curl curl"
|
||||
packages = "mariadb-server php8.1-mysql php8.1-gd php-php-gettext php8.1-imap php8.1-fpm php8.1-mbstring php8.1-xml php8.1-zip php8.1-intl php8.1-curl curl"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Add table
Reference in a new issue