Skip to content

Instantly share code, notes, and snippets.

@vanessasoutoc
Created November 17, 2017 17:33
Show Gist options
  • Save vanessasoutoc/0bf3ca8aeb04c9df9a85453ddef1093e to your computer and use it in GitHub Desktop.
Save vanessasoutoc/0bf3ca8aeb04c9df9a85453ddef1093e to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /home/vanessa/oferecimento/dist
ServerName oferecimento.dev.oficina5.com.br
ServerAlias oferecimento.dev.oficina5.com.br
<Directory "/home/vanessa/oferecimento/dist/">
AllowOverride All
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error-oferecimento.log
CustomLog ${APACHE_LOG_DIR}/access-oferecimento.log combined
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment