fix stupid bug, bumping version number
This commit is contained in:
parent
92c63c5f5d
commit
7cecf8bb7c
@ -1 +1,3 @@
|
|||||||
|
v0.1.1. Stupid bug in initial release.
|
||||||
|
|
||||||
v0.1. Initial release, support for many of the Apache config basics.
|
v0.1. Initial release, support for many of the Apache config basics.
|
||||||
|
@ -44,7 +44,7 @@ module Apache
|
|||||||
|
|
||||||
# Block all .ht* files
|
# Block all .ht* files
|
||||||
def no_htfiles!
|
def no_htfiles!
|
||||||
files_match %{^\.ht} do
|
files_match %r{^\.ht} do
|
||||||
deny_from_all
|
deny_from_all
|
||||||
satisfy :all
|
satisfy :all
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user