This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
analytics/test/Caddyfile
AKP 0e543f9757
Initial processing and storage of logs
Signed-off-by: AKP <tom@tdpain.net>
2023-03-31 18:30:14 +01:00

7 lines
111 B
Caddyfile

localhost {
log {
output net 127.0.0.1:7500
format json
}
respond "Hello there!"
}