blob: d09757da0266854892fcc0c222bc02ee7330a7c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# This configuration file allows the manual to be accessed at
# http://localhost/manual/
#
AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/usr/share/httpd/manual$1"
<Directory "/usr/share/httpd/manual">
Options Indexes
AllowOverride None
Require all granted
</Directory>
|