~openstack-charmers-archive/charms/trusty/ceph-radosgw/next

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: Edward Hope-Morley
  • Date: 2015-12-02 11:09:50 UTC
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: edward.hope-morley@canonical.com-20151202110950-rwgmxpnahfpvk3x2
[hopem,r=]

Don't disable HTTP 100-Continue if using ceph
optimised packages with Apache.
Closes-Bug: 1515387

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
log file = /var/log/ceph/radosgw.log
20
20
{% if embedded_webserver %}
21
21
rgw frontends = civetweb port=70
22
 
{% else %}
 
22
{% elif disable_100_continue %}
23
23
# Turn off 100-continue optimization as stock mod_fastcgi
24
24
# does not support it
25
25
rgw print continue = false