~cprov/uci-engine/tarmac-multienv

« back to all changes in this revision

Viewing changes to juju-deployer/configs/nfss_http_vhost

  • Committer: Thomi Richards
  • Date: 2014-06-27 20:02:44 UTC
  • mto: (629.2.9 nfss)
  • mto: This revision was merged to the branch mainline in revision 636.
  • Revision ID: thomi.richards@canonical.com-20140627200244-zi7dwxnyw38ypr2f
Initial version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<VirtualHost *:80>
 
2
  ServerAdmin ci-engineering-private@lists.launchpad.net
 
3
  ErrorLog ${APACHE_LOG_DIR}/nfss-error.log
 
4
  LogLevel warn
 
5
  CustomLog ${APACHE_LOG_DIR}/nfss-access.log combined
 
6
 
 
7
  DocumentRoot /srv/ci_airline_nfss/nf-stats-service/web_static
 
8
  <Directory />
 
9
    Options FollowSymLinks
 
10
    AllowOverride None
 
11
    Order allow,deny
 
12
    allow from all
 
13
    Require all granted
 
14
  </Directory>
 
15
 
 
16
  ProxyPass /api http://{{ciairlinenfssrestish}}/api
 
17
  ProxyPassReverse /api http://{{ciairlinenfssrestish}}/api
 
18
</VirtualHost>