Skip to content

Commit

Permalink
fix httpd config
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Aug 9, 2014
1 parent 47577d5 commit 759df87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion copy/opt/local/etc/httpd/vhosts/01-kumquat.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
allow from all
</Directory>


<Location />
ProxyPreserveHost On
ProxyPass http://127.0.0.1:9000
ProxyPassReverse http://127.0.0.1:9000
</Location>

SSLEngine On
SSLCACertificateFile etc/httpd/ssl/kumquat.pem
Expand Down

0 comments on commit 759df87

Please sign in to comment.