MastodonHelp/docker/per_hosting/files/mastodon.help.conf
2020-06-11 18:58:55 +02:00

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>