Skip to content

Instantly share code, notes, and snippets.

@rytoj
Created March 29, 2018 23:28
Show Gist options
  • Save rytoj/5c3f62710a825ecbe989b36a7fcc7cf0 to your computer and use it in GitHub Desktop.
Save rytoj/5c3f62710a825ecbe989b36a7fcc7cf0 to your computer and use it in GitHub Desktop.
<VirtualHost *:8011>
DocumentRoot /var/www/html/
ServerName example.com
ServerAlias www.example.com
ServerAdmin root@example.com
ErrorLog logs/www.example.com-error_log
CustomLog logs/www.example.com-access_log common
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment