diff --git a/conf/nginx.conf b/conf/nginx.conf index ca68b76..bb5a519 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,16 +11,7 @@ location __PATH__/ { try_files $uri $uri/ index.php; location ~ [^/]\.php(/|$) { - fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm-__APP__.sock; - - fastcgi_index index.php; - include fastcgi_params; - fastcgi_param REMOTE_USER $remote_user; - fastcgi_param PATH_INFO $fastcgi_path_info; - fastcgi_param SCRIPT_FILENAME $request_filename; + include fastcgi_params_no_auth; } - - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; } diff --git a/manifest.toml b/manifest.toml index 59c0611..689a00c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://prober.inn-studio.com/" code = "https://github.com/kmvan/x-prober" [integration] -yunohost = ">= 12.0.9" +yunohost = ">= 12.1.38" helpers_version = "2.1" architectures = "all" multi_instance = true