~1chb1n/charms/trusty/ceph-radosgw/next.1601-test-update2

« back to all changes in this revision

Viewing changes to templates/rgw

  • Committer: Edward Hope-Morley
  • Date: 2015-11-25 11:09:14 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: edward.hope-morley@canonical.com-20151125110914-l2jkqqu2qyw5zsad
[hopem,r=]

Make RGW port configurable.
Closes-Bug: 1517551

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
        FastCgiExternalServer /var/www/s3gw.fcgi -socket /tmp/radosgw.sock
3
3
</IfModule>
4
4
 
5
 
<VirtualHost *:70>
 
5
<VirtualHost *:{{ port }}>
6
6
        ServerName {{ hostname }}
7
7
        ServerAdmin ceph@ubuntu.com
8
8
        DocumentRoot /var/www