mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 02:41:17 +02: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>
|