radicale/radicale
Vincent Untz 74590cfd0c Add proxy_base_prefix option to help run in a subdir behind a proxy
I have a setup where Radicale is running as the normal process, and
nginx is acting as proxy for Radicale for requests under /radicale/.
This means that all requests to nginx that go to /radicale/ are sent to
a radicale server that expects requests coming at /.

Obviously, all the href need to have the /radicale/ prefix to have
things work. So a new option proxy_base_prefix is added to allow having
such a setup.

All href that are sent in the replies will have the proxy_base_prefix
prepended.
2013-03-18 18:20:06 +01:00
..
auth Use relative imports 2012-08-09 17:31:36 +02:00
rights Use "is None" instead of "== None" 2013-02-01 00:16:31 +01:00
storage Use relative imports 2012-08-09 17:31:36 +02:00
__init__.py Allow colon characters in passwords (fixes #1308) 2013-01-31 17:27:23 +01:00
__main__.py Typo 2013-01-16 11:16:16 +01:00
config.py Add proxy_base_prefix option to help run in a subdir behind a proxy 2013-03-18 18:20:06 +01:00
ical.py Code cleaned and modules renamed 2012-08-08 18:29:09 +02:00
log.py Use relative imports 2012-08-09 17:31:36 +02:00
xmlutils.py Add proxy_base_prefix option to help run in a subdir behind a proxy 2013-03-18 18:20:06 +01:00