Skip to content
Snippets Groups Projects
Commit 4bd99910 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Add /images/ alias for the CDROM

parent 4663d66d
No related branches found
No related tags found
No related merge requests found
......@@ -623,6 +623,17 @@ ServerSignature On
Allow from all
</Directory>
#
# Widearea distributions.
#
Alias /images/ "/z/testbed/distributions/"
<Directory /z/testbed/distributions>
Options Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
#
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment