Настройка кофига апача для доступа к вп
This commit is contained in:
parent
81dfee6828
commit
8c968d909d
1 changed files with 14 additions and 0 deletions
14
manufacturer/configs/apache/apache.conf
Normal file
14
manufacturer/configs/apache/apache.conf
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue