Update caddyfile
This commit is contained in:
parent
77f7d0de28
commit
a1644003bb
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# default Caddyfile config for Pleroma
|
# default Caddyfile config for Akkoma
|
||||||
#
|
#
|
||||||
# Simple installation instructions:
|
# Simple installation instructions:
|
||||||
# 1. Replace 'example.tld' with your instance's domain wherever it appears.
|
# 1. Replace 'example.tld' with your instance's domain wherever it appears.
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
example.tld {
|
example.tld {
|
||||||
log {
|
log {
|
||||||
output file /var/log/caddy/pleroma.log
|
output file /var/log/caddy/akkoma.log
|
||||||
}
|
}
|
||||||
|
|
||||||
encode gzip
|
encode gzip
|
Loading…
Reference in a new issue