Sha256: b397d8fa0c522a8fb90c5a37835da5cb2bebfa0064ec01c8d6f0e2c6339bc721
Contents?: true
Size: 828 Bytes
Versions: 20
Compression:
Stored size: 828 Bytes
Contents
<IfModule alias_module> # # Aliases: Add here as many aliases as you need (with no limit). The format is # Alias fakename realname # # Note that if you include a trailing / on fakename then the server will # require it to be present in the URL. So "/icons" isn't aliased in this # example, only "/icons/". If the fakename is slash-terminated, then the # realname must also be slash terminated, and if the fakename omits the # trailing slash, the realname must also omit it. # # We include the /icons/ alias for FancyIndexed directory listings. If # you do not use FancyIndexing, you may comment this out. # Alias /icons/ "<%= @node[:apache][:icondir] %>" <Directory "<%= @node[:apache][:icondir] %>"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> </IfModule>
Version data entries
20 entries across 20 versions & 1 rubygems