Files
xlx/deploy/apache/xlx-panel.conf
T

15 строки
368 B
Plaintext

<VirtualHost *:80>
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>