Skip to content

Instantly share code, notes, and snippets.

@surajitbasak109
Created August 31, 2018 18:12
Show Gist options
  • Save surajitbasak109/b907b6628356ba8d316c809f41cec996 to your computer and use it in GitHub Desktop.
Save surajitbasak109/b907b6628356ba8d316c809f41cec996 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin admin@example.com
ServerName example.com
ServerAlias www.example.com
DocumentRoot /var/www/example.com/public_html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
@NikaMeno
Copy link

NikoLas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment