From 3e1d8ee96942706f0acb755cab32368942f78bfb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 4 Aug 2021 13:24:36 +0200 Subject: [PATCH] Fix --- check_process | 5 ++--- conf/nginx.conf | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/check_process b/check_process index 3c37c7e..aa366c2 100644 --- a/check_process +++ b/check_process @@ -5,9 +5,9 @@ admin="john" language="fr" is_public=1 - password="pass" + password="password" runninguser="www-data" - calibre="/home/yunohost.app/owncloud/johndoe/" + calibre="/home/yunohost.app/nextcloud/johndoe/" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -19,7 +19,6 @@ #upgrade=1 from_commit=CommitHash backup_restore=1 multi_instance=1 - port_already_use=0 change_url=1 ;;; Options Email= diff --git a/conf/nginx.conf b/conf/nginx.conf index 37de41d..d31c18a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,8 +9,7 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } -### Example PHP configuration (remove it if not used) - index index.php; + index index.php feed.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file #client_max_body_size 50M; @@ -26,7 +25,6 @@ location __PATH__/ { fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $request_filename; } -### End of PHP configuration part # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc;