From 4a3fe48cce2f97f6656fa0d3c67d330cc507c884 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Sat, 8 Jan 2022 13:34:49 +0100 Subject: [PATCH] chore: indentation [ci skip] --- Caddyfile | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/Caddyfile b/Caddyfile index 070531f..ab05be7 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,26 +1,26 @@ wakapi.yourdomain.tld { - encode zstd gzip + encode zstd gzip - header { - Strict-Transport-Security "max-age=2592000; includeSubDomains" - } + header { + Strict-Transport-Security "max-age=2592000; includeSubDomains" + } - log { - output file /var/log/caddy/wakapi.dev.access.log - format single_field common_log - } + log { + output file /var/log/caddy/wakapi.dev.access.log + format single_field common_log + } - reverse_proxy http://[::1]:3000 + reverse_proxy http://[::1]:3000 - @api path_regexp "^/api.*" - @notapi not path_regexp "^/api.*" + @api path_regexp "^/api.*" + @notapi not path_regexp "^/api.*" - push @notapi /assets/vendor/source-sans-3.css - push @notapi /assets/css/app.dist.css - push @notapi /assets/vendor/petite-vue.min.js - push @notapi /assets/vendor/chart.min.js - push @notapi /assets/vendor/iconify.basic.min.js - push @notapi /assets/js/icons.dist.js - push @notapi /assets/js/base.js - push @notapi /assets/images/logo.svg + push @notapi /assets/vendor/source-sans-3.css + push @notapi /assets/css/app.dist.css + push @notapi /assets/vendor/petite-vue.min.js + push @notapi /assets/vendor/chart.min.js + push @notapi /assets/vendor/iconify.basic.min.js + push @notapi /assets/js/icons.dist.js + push @notapi /assets/js/base.js + push @notapi /assets/images/logo.svg }