Удалить 'config/000-default.conf'

This commit is contained in:
homyak 2024-02-24 00:53:05 +03:00
parent 5d8f497fae
commit 08729cc588
1 changed files with 0 additions and 13 deletions

View File

@ -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>