2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-08-25 08:06:42 +00:00
Files
xcat-core/xCAT-UI/etc/apache2/conf.d/xcat-ui.conf
T

9 lines
170 B
Plaintext

Alias /xcat "/opt/xcat/ui"
PHPINIDir "/opt/xcat/ui"
<Directory "/opt/xcat/ui">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>