mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-03 19:23:54 +01:00
10 lines
109 B
Caddyfile
10 lines
109 B
Caddyfile
yourhostnamehere:80 {
|
|
|
|
respond "Hello, world!"
|
|
|
|
log {
|
|
output file /var/log/yourhostnamehere.log
|
|
}
|
|
|
|
}
|