proper name

This commit is contained in:
John Bintz 2010-05-11 17:31:41 -04:00
parent 5f2652af73
commit 8345a5ccb1

View File

@ -253,7 +253,7 @@ module Apache
(value == true) ? 'R' : "R=#{value}"
when :pass_through
'PT'
when :preserve_query_string
when :preserve_query_string, :query_string_append
'QSA'
when :env
"E=#{value}"