27 lines
684 B
Text
27 lines
684 B
Text
<VirtualHost 172.17.0.2:80>
|
|
|
|
ServerAdmin pongrebio@mastodon.help
|
|
ServerName mastodon.help
|
|
|
|
DocumentRoot "/var/www/mastodon.help"
|
|
|
|
<Directory "/var/www/mastodon.help">
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
|
|
# SSLEngine on
|
|
# SSLProtocol -all +TLSv1.2
|
|
# SSLHonorCipherOrder on
|
|
# SSLCipherSuite EECDH+AESGCM:AES256+EECDH:AES128+EECDH
|
|
# SSLCompression off
|
|
# SSLSessionTickets off
|
|
## SSLStaplingResponderTimeout 5
|
|
## SSLStaplingReturnResponderErrors off
|
|
## SSLUseStapling on
|
|
|
|
# SSLCertificateFile /etc/letsencrypt/live/mastodon.help/fullchain.pem
|
|
# SSLCertificateKeyFile /etc/letsencrypt/live/mastodon.help/privkey.pem
|
|
|
|
</VirtualHost>
|