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

« back to all changes in this revision

Viewing changes to templates/ceph.conf

  • Committer: Liam Young
  • Date: 2016-01-11 11:21:53 UTC
  • mfrom: (52.2.2 ceph-radosgw.lp1515387)
  • Revision ID: liam.young@canonical.com-20160111112153-kpttpd06upb0wz1q
[hopem, r=gnuoy] 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