Created
November 17, 2017 17:33
-
-
Save vanessasoutoc/0bf3ca8aeb04c9df9a85453ddef1093e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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