Created
November 17, 2017 17:33
-
-
Save vanessasoutoc/a8c437c95d6303d1f721eb22cae2a2ab 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