Merge pull request #90067 from mmilata/sympa-6.2.56

nixos/sympa: fix PATH_INFO splitting for sympa-6.2.56
This commit is contained in:
Martin Weinelt 2020-10-04 04:33:41 +02:00 committed by GitHub
commit 23c1374bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -513,10 +513,6 @@ in
include ${config.services.nginx.package}/conf/fastcgi_params;
fastcgi_pass unix:/run/sympa/wwsympa.socket;
fastcgi_split_path_info ^(${loc})(.*)$;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME ${pkg}/lib/sympa/cgi/wwsympa.fcgi;
'';
}) // {
"/static-sympa/".alias = "${dataDir}/static_content/";