1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00
This commit is contained in:
Éric Gaspar 2023-06-05 10:51:34 +02:00
parent 88d12f0aab
commit 808fa2a92f
3 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,7 @@ DB_CONNECTION=mysql
DB_STRICT=false
DB_HOST=localhost
DB_DATABASE=__DB_NAME__
DB_USERNAME=__DB_NAME__
DB_USERNAME=__DB_USER__
DB_PASSWORD=__DB_PWD__
DB_PORT=3306

View file

@ -15,6 +15,7 @@ location ^~ __PATH__/ {
more_set_headers "Referrer-Policy: no-referrer";
index index.php index.html index.htm;
client_max_body_size 50M;
if (!-e $request_filename) {
rewrite ^(.+)$ /index.php?q= last;

View file

@ -65,8 +65,6 @@ ram.runtime = "50M"
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"