9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
Alias /zentao /opt/zentao/www
|
|
|
|
<Directory /opt/zentao/www/>
|
|
Options FollowSymLinks
|
|
DirectoryIndex index.php
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|