15 строки
380 B
Plaintext
15 строки
380 B
Plaintext
<VirtualHost *:__PANEL_PORT__>
|
|
ServerName _
|
|
DocumentRoot __PUBLIC_DIR__
|
|
|
|
<Directory __PUBLIC_DIR__>
|
|
Options FollowSymLinks
|
|
AllowOverride None
|
|
Require all granted
|
|
FallbackResource /index.php
|
|
</Directory>
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/xlx-panel-error.log
|
|
CustomLog ${APACHE_LOG_DIR}/xlx-panel-access.log combined
|
|
</VirtualHost>
|