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