Skip to content

Commit

Permalink
Merge pull request #919 from mhaskel/ubuntu_1004_fix
Browse files Browse the repository at this point in the history
wsgi_chunked_request doesn't work on lucid
  • Loading branch information
cyberious committed Oct 28, 2014
2 parents eb5775e + c44e513 commit c0c66be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/acceptance/vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,6 @@ class { 'apache::mod::wsgi': }
wsgi_process_group => 'nobody',
wsgi_script_aliases => { '/test' => '/test1' },
wsgi_pass_authorization => 'On',
wsgi_chunked_request => 'On',
}
EOS
apply_manifest(pp, :catch_failures => true)
Expand Down

0 comments on commit c0c66be

Please sign in to comment.