1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00
This commit is contained in:
ericgaspar 2022-08-18 07:31:59 +02:00
parent aadf516d42
commit 6973f1a5a1
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
location / {
# Path to source
alias __FINALPATH__/ ;
alias __FINALPATH__/;
try_files $uri $uri/ /;

View file

@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
pkg_dependencies="postgresql apt-transport-https"
pkg_dependencies="postgresql"
#=================================================
# PERSONAL HELPERS