Skip to content

Instantly share code, notes, and snippets.

@pixeline
Last active October 10, 2019 05:52
Show Gist options
  • Save pixeline/30b7a9423b248541e6b8 to your computer and use it in GitHub Desktop.
Save pixeline/30b7a9423b248541e6b8 to your computer and use it in GitHub Desktop.
virtualhost template to use for sites ssl-ed via letsencrypt.org
<VirtualHost *:80>
ServerAdmin template.email
ServerName template.url
ServerAlias www.template.url
DocumentRoot template.webroot
<Directory template.webroot>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment