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