Files
auricom-home-cluster/cluster/apps/web-tools/vikunja/config/Caddyfile
auricom 9ed3c3379d 🐛 vikunja
2022-09-16 22:02:05 +02:00

32 lines
372 B
Caddyfile

{
admin off
auto_https off
}
:8080 {
log {
output stdout
}
@api {
path /api/*
path /.well-known/*
path /dav/*
}
header {
# Remove Server header
-Server
}
# API
handle @api {
reverse_proxy localhost:3456
}
# Filtron
handle {
reverse_proxy localhost:80
}
}