Ignore config temporaire
This commit is contained in:
parent
db50920ab5
commit
4bdaa395b7
1
lamp-trusty64-fpm/vhosts/.gitignore
vendored
Normal file
1
lamp-trusty64-fpm/vhosts/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/*.conf
|
3
lamp-trusty64-fpm/vhosts/README
Normal file
3
lamp-trusty64-fpm/vhosts/README
Normal file
@ -0,0 +1,3 @@
|
||||
|
||||
Place you vhost *.conf files here
|
||||
and execute vagrant provision to configure automatically apache.
|
@ -1,18 +0,0 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName phpmyadmin.sd.dev
|
||||
UseCanonicalName On
|
||||
UseCanonicalPhysicalPort On
|
||||
DocumentRoot /home/vhosts/phpMyAdmin-4.5.4.1-all-languages
|
||||
<Directory /home/vhosts/phpMyAdmin-4.5.4.1-all-languages/>
|
||||
EnableSendfile Off
|
||||
AllowOverride all
|
||||
Require all granted
|
||||
</Directory>
|
||||
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
|
||||
# error, crit, alert, emerg.
|
||||
# It is also possible to configure the loglevel for particular
|
||||
# modules, e.g.
|
||||
LogLevel error
|
||||
ErrorLog ${APACHE_LOG_DIR}/phpmyadmin-error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/phpmyadmin-access.log combined
|
||||
</VirtualHost>
|
@ -1,20 +0,0 @@
|
||||
<VirtualHost *:80>
|
||||
ServerName test.sd.dev
|
||||
UseCanonicalName On
|
||||
UseCanonicalPhysicalPort On
|
||||
DocumentRoot /home/vhosts/test
|
||||
<Directory /home/vhosts/test/>
|
||||
# EnableSendFile is disable for performance reason under vagrant
|
||||
EnableSendfile Off
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride all
|
||||
Require all granted
|
||||
</Directory>
|
||||
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
|
||||
# error, crit, alert, emerg.
|
||||
# It is also possible to configure the loglevel for particular
|
||||
# modules, e.g.
|
||||
LogLevel error
|
||||
ErrorLog ${APACHE_LOG_DIR}/test-error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/test-access.log combined
|
||||
</VirtualHost>
|
Loading…
Reference in New Issue
Block a user