ok
This commit is contained in:
19
Production/SNIPE-IT/docker/000-default-2.4.conf
Normal file
19
Production/SNIPE-IT/docker/000-default-2.4.conf
Normal file
@ -0,0 +1,19 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@localhost
|
||||
|
||||
DocumentRoot "/var/www/html/public"
|
||||
DirectoryIndex index.php index.html
|
||||
<Directory "/var/www/html/public">
|
||||
Options All +MultiViews -ExecCGI -Indexes
|
||||
<IfModule mod_dav.c>
|
||||
DAV Off
|
||||
</IfModule>
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
LogLevel warn
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
</VirtualHost>
|
||||
|
||||
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|
Reference in New Issue
Block a user