feat: add demo deployment with Caddy

This commit is contained in:
2026-01-25 17:38:30 +00:00
parent 586420a476
commit 240736c5a7
3 changed files with 112 additions and 0 deletions

16
deploy/Caddyfile Normal file
View File

@@ -0,0 +1,16 @@
demo.getnora.io {
reverse_proxy nora:4000
encode gzip
header {
-Server
X-Content-Type-Options nosniff
X-Frame-Options DENY
}
log {
output stdout
format console
}
}