Sha256: 2850e4a2f5874c765be6848774abd101575a7e10b6e9d538bf9dcbf5375115ab
Contents?: true
Size: 477 Bytes
Versions: 11
Compression:
Stored size: 477 Bytes
Contents
<IfModule mod_userdir.c> <% if @disable_root -%> UserDir disabled root <% end -%> UserDir <%= @dir %> <Directory <%= @home %>/*/<%= @dir %>> AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec <Limit GET POST OPTIONS> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS> Order deny,allow Deny from all </LimitExcept> </Directory> </IfModule>
Version data entries
11 entries across 11 versions & 1 rubygems