Browse Source

add tasks.database.pizza to the Caddyfile

Danilo Fragoso 1 day ago
parent
commit
6c844ac32c
1 changed files with 7 additions and 0 deletions
  1. 7 0
      deploy/Caddyfile

+ 7 - 0
deploy/Caddyfile

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