From fc7ddd077cd9472b386bf0088cbff0919b4bc96f Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 24 Aug 2025 04:49:47 +0200 Subject: feat: initial commit --- build-context/Caddyfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build-context/Caddyfile (limited to 'build-context/Caddyfile') diff --git a/build-context/Caddyfile b/build-context/Caddyfile new file mode 100644 index 0000000..6979a0a --- /dev/null +++ b/build-context/Caddyfile @@ -0,0 +1,7 @@ +http:// { + encode gzip zstd + + root * /usr/share/webapps/zabbix + php_fastcgi 127.0.0.1:9000 + file_server +} -- cgit v1.2.3