scripts/gulpify-symfony/init/tmpVirtualHostSymfony.conf

20 lines
708 B
Plaintext
Executable File
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# virtual host generated by the gulpify script of tykayn
# http://artlemoine.com
<VirtualHost *:80>
# for example
# ServerName testinglive.dev
ServerName meuh.lan
ServerAdmin webmaster@localhost
# /var/www/html/testinglive/web
DocumentRoot /var/www/html/testinglive/web
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory "/var/www/html/testinglive/web">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
# this command has changed since apache 2.4
Require all granted
</Directory>
</VirtualHost>