From a4f6e405bc893c91aa75d724aef528c8532c1948 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 21 Feb 2021 14:50:11 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index e1990ac..ef2c8ed 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -21,6 +21,7 @@ location __PATH__/ { } location ~ ^__PATH__/picture/ { + fastcgi_pass unix:/var/run/php__PHPVERSION__-fpm-__NAME__.sock; include fastcgi_params; add_header X-Cache $upstream_cache_status; fastcgi_ignore_headers "Cache-Control" "Expires" "Set-Cookie";