From fd7af8d1e609eea354c43c5c0911fb55a1a21278 Mon Sep 17 00:00:00 2001 From: naicoi Date: Fri, 14 Apr 2023 20:06:55 +0700 Subject: [PATCH] gitflow-hotfix-stash: 0.1.1 --- Caddyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 4752f89..776482e 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,6 +1,8 @@ :80 { root * /var/www/html - php_fastcgi wordpress:9000 + php_fastcgi wordpress:9000 { + header_up X-Forwarded-Proto {http.request.scheme} + } encode gzip file_server } \ No newline at end of file