summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apache/files/vhosts.d/couchdb_proxy.conf
blob: 0dff2cd60a60bd65693ac04cf735793767b27b04 (plain)
1
2
3
4
5
6
7
8
9
10
Listen 0.0.0.0:6984

<VirtualHost *:6984>
    SSLEngine On
    SSLProxyEngine On
    SSLCertificateKeyFile /etc/x509/keys/leap_couchdb.key
    SSLCertificateFile    /etc/x509/certs/leap_couchdb.crt
    ProxyPass / http://127.0.0.1:5984/
    ProxyPassReverse / http://127.0.0.1:5984/
</VirtualHost>