mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 12:40:31 +00:00
17 lines
231 B
Caddyfile
17 lines
231 B
Caddyfile
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
|
|
}
|
|
}
|