From 749d18c013cab0e384d5d5dc096ac8474cc4ffca Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Tue, 20 Sep 2022 11:05:05 +0200 Subject: [PATCH] . --- v2-varnish/WordPress/WordPress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2-varnish/WordPress/WordPress b/v2-varnish/WordPress/WordPress index b1a9bc3..2a19dc8 100644 --- a/v2-varnish/WordPress/WordPress +++ b/v2-varnish/WordPress/WordPress @@ -57,7 +57,7 @@ server { {{settings}} location / { - {{proxy_pass}} + {{varnish_proxy_pass}} proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Host $http_host; proxy_set_header X-Real-IP $remote_addr;