From 42bfdb756bcd571a8651e230df797c79fe0965ee Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:45:46 +0100 Subject: [PATCH] last NGINX patch --- conf/nginx.conf | 7 +------ manifest.toml | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b36dab4e..0c6f611d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,14 +12,9 @@ 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_with_auth; } ### End of PHP configuration part } diff --git a/manifest.toml b/manifest.toml index 3ee97b92..fea8edc2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -32,7 +32,7 @@ cpe = "???" fund = "???" [integration] -yunohost = ">= 12.1.17" +yunohost = ">= 12.1.38" helpers_version = "2.1" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] architectures = "all"