diff options
author | shibayashi <shibayashi@cypherpunk.observer> | 2018-11-04 14:06:18 +0100 |
---|---|---|
committer | shibayashi <shibayashi@cypherpunk.observer> | 2018-11-04 14:06:18 +0100 |
commit | 800d233631c37f75d17ddc1fbad7ac0e44366b1a (patch) | |
tree | f5be54e87c1363b435716290f297b31c69cf972d /installation/caddyfile-pleroma.example | |
parent | 941f9a888c1d08e0e5a158956e55439631748764 (diff) | |
download | pleroma-800d233631c37f75d17ddc1fbad7ac0e44366b1a.tar.gz pleroma-800d233631c37f75d17ddc1fbad7ac0e44366b1a.zip |
Use example.tld so a single search and replace works
Diffstat (limited to 'installation/caddyfile-pleroma.example')
-rw-r--r-- | installation/caddyfile-pleroma.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/caddyfile-pleroma.example b/installation/caddyfile-pleroma.example index f5ecf9d26..305f2aa79 100644 --- a/installation/caddyfile-pleroma.example +++ b/installation/caddyfile-pleroma.example @@ -1,10 +1,10 @@ # default Caddyfile config for Pleroma # # Simple installation instructions: -# 1. Replace 'pleroma.example.tld' with your instance's domain wherever it appears. +# 1. Replace 'example.tld' with your instance's domain wherever it appears. # 2. Copy this section into your Caddyfile and restart Caddy. -pleroma.example.tld { +example.tld { log /var/log/caddy/pleroma_access.log errors /var/log/caddy/pleroma_error.log |