From feb99fac1143a2b8647d244cad33ea638e2f7fba Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 14 Mar 2021 17:53:02 -0400 Subject: one more --- modules/tozt/files/nginx/ttrss-tls.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tozt') diff --git a/modules/tozt/files/nginx/ttrss-tls.conf b/modules/tozt/files/nginx/ttrss-tls.conf index 3da3d94..74ba47b 100644 --- a/modules/tozt/files/nginx/ttrss-tls.conf +++ b/modules/tozt/files/nginx/ttrss-tls.conf @@ -17,7 +17,7 @@ server { location ~ \.php$ { try_files $uri = 404; - fastcgi_pass unix:/run/php-fpm7/php-fpm.sock; + fastcgi_pass unix:/run/php-fpm/php-fpm.sock; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include /etc/nginx/fastcgi_params; -- cgit v1.2.3-54-g00ecf