Created
June 7, 2019 11:19
-
-
Save bluems/f7f026fd750ff70260dd59179c1ad28c 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 *:port> | |
ServerName domain | |
DocumentRoot /var/www/path | |
ErrorLog /var/log/httpd/error_log_path | |
CustomLog /var/log/httpd/access_log_path common | |
<Directory "/var/www/path"> | |
Require all granted | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment