diff --git a/conf/nginx.conf b/conf/nginx.conf index 702f78d..a11bfb8 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ location / { # Path to source - alias __FINALPATH__/ ; + alias __FINALPATH__/; try_files $uri $uri/ /; diff --git a/scripts/_common.sh b/scripts/_common.sh index 4d4651e..b99d9d1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="postgresql apt-transport-https" +pkg_dependencies="postgresql" #================================================= # PERSONAL HELPERS