mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
353cfbbe61
PR: 217947 Submitted by: nbari@tequila.io
11 lines
219 B
YAML
11 lines
219 B
YAML
# expose via web the /tmp directory by using www
|
|
# pkg install go-www
|
|
cmd: /usr/local/bin/www
|
|
cwd: /tmp
|
|
log:
|
|
file: /var/log/www.log
|
|
age: 86400 # seconds
|
|
num: 7 # int
|
|
size: 1 # MegaBytes
|
|
user: www
|