Skip to content

Instantly share code, notes, and snippets.

@bluems
Created June 7, 2019 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluems/f7f026fd750ff70260dd59179c1ad28c to your computer and use it in GitHub Desktop.
Save bluems/f7f026fd750ff70260dd59179c1ad28c to your computer and use it in GitHub Desktop.
<VirtualHost *:port>
ServerName domain
DocumentRoot /var/www/path
ErrorLog /var/log/httpd/error_log_path
CustomLog /var/log/httpd/access_log_path common
<Directory "/var/www/path">
Require all granted
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment