Parent Directory
|
Revision Log
fix reverse proxy, the whole usage of use_ssl was incorrect ( some refactoring could be done, but not urgent )
1 | |
2 | ProxyRequests Off |
3 | ProxyPreserveHost On |
4 | |
5 | <Proxy *> |
6 | Order deny,allow |
7 | Allow from all |
8 | </Proxy> |
9 | |
10 | SSLProxyEngine On |
11 | |
12 | ProxyPass /mailman/ https://ryu.zarb.org/mailman/ |
13 | ProxyPassReverse /mailman/ https://ryu.zarb.org/mailman/ |
14 |
Name | Value |
---|---|
svn:keywords | "ID Date Rev" |
ViewVC Help | |
Powered by ViewVC 1.1.28 |