mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-27 06:21:36 +01:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
Alias /pdns-gui "/usr/share/webapps/pdns-gui/web"
|
|
<Directory "/usr/share/webapps/pdns-gui/web">
|
|
AllowOverride All
|
|
Options FollowSymlinks
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|