From 46d27d5199573398f6ccd611bec568d5bb2b1938 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 18 Aug 2023 12:42:32 +0200 Subject: [PATCH] typo3 add fastcgi auth user --- utils/modules/services/web/typo3.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/modules/services/web/typo3.nix b/utils/modules/services/web/typo3.nix index 85f820d..de304f3 100644 --- a/utils/modules/services/web/typo3.nix +++ b/utils/modules/services/web/typo3.nix @@ -254,6 +254,7 @@ in proxy_set_header Remote-Groups $groups; proxy_set_header Remote-Name $name; proxy_set_header Remote-Email $email; + fastcgi_param PHP_AUTH_USER $user; # If Authelia returns 401, then nginx redirects the user to the login portal. # If it returns 200, then the request pass through to the backend. # For other type of errors, nginx will handle them as usual.