summaryrefslogtreecommitdiffstats
path: root/build-context/Caddyfile
diff options
context:
space:
mode:
Diffstat (limited to 'build-context/Caddyfile')
-rw-r--r--build-context/Caddyfile7
1 files changed, 7 insertions, 0 deletions
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
+}