diff --git a/conf/nginx.conf b/conf/nginx.conf index 6748dee..a2a1ce1 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -40,6 +40,3 @@ location __PATH__/ { } } - - - diff --git a/scripts/install b/scripts/install index ffdd50f..60be0d5 100755 --- a/scripts/install +++ b/scripts/install @@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Setting up source files..." --weight=1 -ynh_setup_source --dest_dir="$install_dir" +ynh_setup_source --dest_dir="$install_dir/static" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"