From 07cef4f3c4223f3e656c096032713dd4e0305961 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Tue, 20 Sep 2022 11:02:44 +0200 Subject: [PATCH] . --- v2-varnish/WordPress/WordPress | 2 -- 1 file changed, 2 deletions(-) diff --git a/v2-varnish/WordPress/WordPress b/v2-varnish/WordPress/WordPress index 6e7c3f8..b1a9bc3 100644 --- a/v2-varnish/WordPress/WordPress +++ b/v2-varnish/WordPress/WordPress @@ -58,8 +58,6 @@ server { location / { {{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; proxy_set_header X-Real-IP $remote_addr;