Create caddy

This commit is contained in:
lmq8267 2024-01-18 14:50:10 +08:00 committed by GitHub
parent 85dc85bc6c
commit cbf42859bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,12 @@
config caddy
option 'enabled' '0'
option cmd '默认'
option 'port' '12311'
option 'webdav' '0'
option 'cgi' '0'
option 'api' '0'
option 'data_dir' '/mnt'
option 'ssl' '0'
option 'log' '1'
option 'log_dir' '/tmp/caddy/requests.log'
option allow_wan '0'