Created
November 3, 2018 08:33
-
-
Save adbrsln/cbf5e3cdee0865bd82cf82930ee2f6b4 to your computer and use it in GitHub Desktop.
This file contains 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 /var/www/html/ | |
ServerName example.com | |
<Directory /var/www/html/ebiddi-api/public> | |
Options +FollowSymlinks | |
AllowOverride All | |
Require all granted | |
</Directory> | |
<Directory /var/www/html/ebiddi> | |
Options +FollowSymlinks | |
AllowOverride All | |
Require all granted | |
</Directory> | |
ErrorLog ${APACHE_LOG_DIR}/error.log | |
CustomLog ${APACHE_LOG_DIR}/access.log combined | |
</VirtualHost> |
ahmadshah
commented
Nov 3, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment