Skip to content

Instantly share code, notes, and snippets.

@ulises-jeremias
Created October 18, 2023 17:15
Show Gist options
  • Save ulises-jeremias/1b964e1000a079ab34ada3125f3fad81 to your computer and use it in GitHub Desktop.
Save ulises-jeremias/1b964e1000a079ab34ada3125f3fad81 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment