Browse Source

add goatcounter.database.pizza to the Caddyfile

Danilo Fragoso 14 giờ trước cách đây
mục cha
commit
13d47f68ee
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      deploy/Caddyfile

+ 7 - 0
deploy/Caddyfile

@@ -77,3 +77,10 @@ tasks.database.pizza {
 	header X-Content-Type-Options nosniff
 	reverse_proxy 127.0.0.1:3456
 }
+
+goatcounter.database.pizza {
+	tls admin@database.pizza
+	encode zstd gzip
+	header X-Content-Type-Options nosniff
+	reverse_proxy 127.0.0.1:3002
+}