~juju-deployers/juju-deployer/darwin

« back to all changes in this revision

Viewing changes to deployer/tests/test_data/stack-include.template

  • Committer: Adam Gandelman
  • Date: 2013-09-03 20:44:14 UTC
  • mfrom: (114 darwin)
  • mto: This revision was merged to the branch mainline in revision 119.
  • Revision ID: adamg@canonical.com-20130903204414-xsqqz2gp83dp5d2o
MergeĀ lp:juju-deployer/darwin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<VirtualHost _default_:80>
 
2
    ServerAdmin webmaster@myapp.com
 
3
 
 
4
    ErrorLog ${APACHE_LOG_DIR}/error.log
 
5
    CustomLog ${APACHE_LOG_DIR}/access.log combined
 
6
    LogLevel warn
 
7
 
 
8
    DocumentRoot /srv/myapp.com/www/root
 
9
 
 
10
    ProxyRequests off
 
11
    <Proxy *>
 
12
        Order deny,allow
 
13
        Allow from all
 
14
    </Proxy>
 
15
 
 
16
    ProxyPreserveHost off
 
17
 
 
18
</VirtulaHost
 
 
b'\\ No newline at end of file'