8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
|
Alias /xcat "/opt/xcat/web"
|
||
|
<Directory "/opt/xcat/web">
|
||
|
Options FollowSymLinks
|
||
|
AllowOverride None
|
||
|
Order allow,deny
|
||
|
Allow from all
|
||
|
</Directory>
|