Use the same example domain in all config examples
This commit is contained in:
parent
56c49513e0
commit
732d3fce73
3 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue