diff --git a/conf/nginx.conf b/conf/nginx.conf index be08ed2..a44bc01 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -37,14 +37,9 @@ location __PATH__/ { # Execute and serve PHP files 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; + include fastcgi_params_no_auth; fastcgi_intercept_errors on; - fastcgi_param REMOTE_USER $remote_user; - fastcgi_param PATH_INFO $fastcgi_path_info; - fastcgi_param SCRIPT_FILENAME $request_filename; } } diff --git a/manifest.toml b/manifest.toml index cb35f17..1f22022 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app code = "https://github.com/jean-io/moncycle.app" [integration] -yunohost = ">= 12.1.17" +yunohost = ">= 12.1.38" helpers_version = "2.1" architectures = "all" multi_instance = true