Настройка кофига апача для доступа к вп

This commit is contained in:
Роман Жилкин 2025-01-23 17:52:59 +07:00
parent 81dfee6828
commit 8c968d909d

View file

@ -0,0 +1,14 @@
ServerName localhost
<VirtualHost *:80>
DocumentRoot "/var/www/html"
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog /proc/self/fd/2
CustomLog /proc/self/fd/1 common
</VirtualHost>