~ubuntu-branches/ubuntu/precise/maas/precise

« back to all changes in this revision

Viewing changes to contrib/maas-http.conf

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-03-16 14:59:16 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120316145916-nk4vqfrhc07fhhtz
Tags: 0.1+bzr300+dfsg-0ubuntu1
* debian/patches:
  - 01-fix-database-settings.patch: Update PSERV_URL port.
  - 02-pserv-config.patch: Update, and set 'maas' as username.
  - 03-longpoll-config.patch: Update.
* debian/maas.install: Install preseeds and snippets.
* debian/maas.postinst: 
  - Set password for 'maas' cobbler username (in pserv and cobbler).
  - Set DEFAULT_MAAS_URL to IP of interface with default gateway.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    </Location>
14
14
</IfModule>
15
15
 
 
16
# Proxy to txlongpoll server.
 
17
<IfModule mod_proxy.c>
 
18
    ProxyPreserveHost on
 
19
    ProxyPass /MAAS/longpoll/ http://localhost:5242/ retry=1
 
20
</IfModule>
 
21
 
16
22
# This can be safely removed once Django 1.4 is used: admin media
17
23
# will be served using staticfiles.
18
24
Alias /MAAS/static/admin/ /usr/share/pyshared/django/contrib/admin/media/