summaryrefslogtreecommitdiff
path: root/installation/pleroma-apache.conf
diff options
context:
space:
mode:
authorshibayashi <shibayashi@cypherpunk.observer>2018-11-03 23:44:26 +0100
committershibayashi <shibayashi@cypherpunk.observer>2018-11-03 23:44:26 +0100
commit732d3fce73122536beaddff0d97adc650655c1fe (patch)
tree9d538a4144646104803cef1dd95643e9bd869d08 /installation/pleroma-apache.conf
parent56c49513e0f66fe6e40724c6b7f18c29263c77ca (diff)
downloadpleroma-732d3fce73122536beaddff0d97adc650655c1fe.tar.gz
pleroma-732d3fce73122536beaddff0d97adc650655c1fe.zip
Use the same example domain in all config examples
Diffstat (limited to 'installation/pleroma-apache.conf')
-rw-r--r--installation/pleroma-apache.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/pleroma-apache.conf b/installation/pleroma-apache.conf
index 6174c85c0..5fc04d69f 100644
--- a/installation/pleroma-apache.conf
+++ b/installation/pleroma-apache.conf
@@ -2,9 +2,9 @@
#Needed modules: define headers proxy proxy_http proxy_wstunnel rewrite ssl
#This assumes a Debian style Apache config. Put this in /etc/apache2/sites-available
#Install your TLS certificate, possibly using Let's Encrypt.
-#Replace 'pleroma.example.com' with your instance's domain wherever it appears
+#Replace 'pleroma.example.tld' with your instance's domain wherever it appears
-Define servername pleroma.example.com
+Define servername pleroma.example.tld
ServerName ${servername}
ServerTokens Prod