about summary refs log tree commit diff stats
path: root/Caddyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Caddyfile')
-rw-r--r--Caddyfile13
1 files changed, 11 insertions, 2 deletions
diff --git a/Caddyfile b/Caddyfile
index 6e62a6d..df931b5 100644
--- a/Caddyfile
+++ b/Caddyfile
@@ -1,5 +1,14 @@
-http:// {
-	root * public/
+{
+	admin off
+	persist_config off
+}
+
+:9091 {
+	metrics
+}
+
+:8080 {
+	root * {$SITE_ROOT}
 	file_server {
 		precompressed br zstd gzip
 	}