mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Cleaning
This commit is contained in:
parent
aadf516d42
commit
6973f1a5a1
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
location / {
|
||||
|
||||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
alias __FINALPATH__/;
|
||||
|
||||
try_files $uri $uri/ /;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="postgresql apt-transport-https"
|
||||
pkg_dependencies="postgresql"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue