Skip to content

Instantly share code, notes, and snippets.

@d-a-l
d-a-l / mastodon-le-ssl.conf
Last active April 28, 2021 04:55
mastodon instance apache 2.4 config
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerName <my domain>
ServerAdmin webmaster@<my domain>
DocumentRoot /home/mastodon/live/public/
<Directory "/home/mastodon/live/public">
Options Indexes MultiViews FollowSymLinks
AllowOverride None