Удалить 'config/000-default.conf'
This commit is contained in:
parent
5d8f497fae
commit
08729cc588
|
|
@ -1,13 +0,0 @@
|
||||||
<VirtualHost *:80>
|
|
||||||
ServerAdmin webmaster@localhost
|
|
||||||
DocumentRoot /root/trackdirect/htdocs/public
|
|
||||||
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
||||||
</VirtualHost>
|
|
||||||
|
|
||||||
<Directory "/root/trackdirect/htdocs/public">
|
|
||||||
Options Indexes MultiViews
|
|
||||||
AllowOverride All
|
|
||||||
Require all granted
|
|
||||||
</Directory>
|
|
||||||
Loading…
Reference in New Issue