mirror of https://github.com/zulip/zulip.git
Add missing apache module.
(imported from commit 13ce6b93cb2e92716229b441e0ac32fd4d690233)
This commit is contained in:
parent
af9caf4d59
commit
67a4a2af3e
|
@ -51,7 +51,7 @@ yes '' | apt-get install sudo emacs vim screen git python-tz sqlite3 apache2 git
|
|||
yes '' | apt-get install -t squeeze-backports python-django
|
||||
|
||||
# Configure Apache
|
||||
a2enmod proxy proxy_http rewrite auth_digest ssl
|
||||
a2enmod proxy proxy_http rewrite auth_digest ssl headers
|
||||
rm -f /etc/apache2/sites-enabled/*
|
||||
cp apache/sites/* /etc/apache2/sites-available/
|
||||
ln -s ../sites-available/humbug-default /etc/apache2/sites-enabled/000-default
|
||||
|
|
Loading…
Reference in New Issue