From fc17bf1097194bdfd775ae670e7e79b6c69792fb Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Tue, 20 Sep 2022 11:02:03 +0200 Subject: [PATCH] . --- v2-varnish/WordPress/WordPress | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2-varnish/WordPress/WordPress b/v2-varnish/WordPress/WordPress index 62983ad..6e7c3f8 100644 --- a/v2-varnish/WordPress/WordPress +++ b/v2-varnish/WordPress/WordPress @@ -57,7 +57,8 @@ server { {{settings}} location / { - proxy_pass http://127.0.0.1:6081; + {{proxy_pass}} + #proxy_pass http://127.0.0.1:6081; #proxy_pass http://127.0.0.1:8080; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Host $http_host;