From 2accc4c3bb85de6ee61784b93accf29c0e559735 Mon Sep 17 00:00:00 2001 From: naicoi Date: Fri, 14 Apr 2023 20:43:59 +0700 Subject: [PATCH] gitflow-hotfix-stash: 0.1.5 --- Caddyfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Caddyfile b/Caddyfile index 9338468..4e6e95b 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,9 +1,8 @@ :80 { root * /var/www/html - php_fastcgi wordpress:9000 { - header_up X-Forwarded-Proto {http.request.scheme} - header_down X-Forwarded-Proto {http.request.scheme} - } + request_header +X-Forwarded-Proto {http.request.scheme} + header +X-Forwarded-Proto {http.request.scheme} + php_fastcgi wordpress:9000 encode gzip file_server } \ No newline at end of file