Skip to content

Commit

Permalink
Merge pull request #1071 from niklas/master
Browse files Browse the repository at this point in the history
allow acess to userdirs again
  • Loading branch information
igalic committed Mar 26, 2015
2 parents 2e6c08b + 9b96fc1 commit cc61615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/mod/userdir.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
Options <%= @options.join(' ') %>
<Limit GET POST OPTIONS>
<%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%>
Require all denied
Require all granted
<%- else -%>
Order allow,deny
Allow from all
<%- end -%>
</Limit>
<LimitExcept GET POST OPTIONS>
<%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%>
Require all denied
Require all granted
<%- else -%>
Order allow,deny
Allow from all
Expand Down

0 comments on commit cc61615

Please sign in to comment.