Created
March 9, 2021 14:12
-
-
Save ThisIsntMyId/0e0a10afaa835dd2967139e6f40c46f5 to your computer and use it in GitHub Desktop.
apache
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 127.0.0.1> | |
DocumentRoot "D:/Projects/EnFeed/user/user-dashboard/public" | |
ServerName user.enfeed.com | |
<Directory "D:/Projects/EnFeed/user/user-dashboard/public"> | |
Options FollowSymLinks Indexes ExecCGI | |
AllowOverride All | |
Order deny,allow | |
Allow from 127.0.0.1 | |
Deny from all | |
Require all granted | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment