Use the same example domain in all config examples

This commit is contained in:
shibayashi 2018-11-03 23:44:26 +01:00
commit 732d3fce73
No known key found for this signature in database
GPG key ID: C10662A33EB28508
3 changed files with 9 additions and 9 deletions

View file

@ -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