Skip to content

Instantly share code, notes, and snippets.

@deanpcmad
Created June 14, 2013 19:56
Show Gist options
  • Save deanpcmad/5784761 to your computer and use it in GitHub Desktop.
Save deanpcmad/5784761 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName graylog2.example.com
ServerAlias graylog2.example.com
DocumentRoot /opt/graylog2-web-interface/public
<Directory /opt/graylog2-web-interface/public>
Allow from all
Options -MultiViews
</Directory>
ErrorLog /var/log/apache2/error.log
LogLevel warn
CustomLog /var/log/apache2/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment