mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 13:50:31 +00:00
feat: add demo deployment with Caddy
This commit is contained in:
16
deploy/Caddyfile
Normal file
16
deploy/Caddyfile
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user