http only works, and added redirect middleware

This commit is contained in:
Milo Schwartz 2024-10-27 23:36:04 -04:00
parent 4a5bd7e18a
commit 5c80f026bc
No known key found for this signature in database
4 changed files with 29 additions and 20 deletions

View file

@ -29,7 +29,6 @@ const environmentSchema = z.object({
http_entrypoint: z.string(),
https_entrypoint: z.string().optional(),
cert_resolver: z.string().optional(),
prefer_wildcard_cert: z.boolean().optional(),
}),
gerbil: z.object({
start_port: portSchema,