mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-04 03:33:47 +01:00
Create Caddyfile-standalone
This commit is contained in:
14
vaultwarden/includes/Caddyfile-standalone
Normal file
14
vaultwarden/includes/Caddyfile-standalone
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
|
||||||
|
email youremailhere
|
||||||
|
}
|
||||||
|
|
||||||
|
yourhostnamehere {
|
||||||
|
|
||||||
|
reverse_proxy * localhost:4567
|
||||||
|
|
||||||
|
log {
|
||||||
|
output file /var/log/yourhostnamehere.log
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user