A uWSGI proxy that can be put in front of Zuul log storage
Go to file
James E. Blair d9573ec07a Allow mounting somewhere other than /
This allows the app to be served from something other than the
root of the server (eg, foo.example.com/logs).

The --manage-script-name argument tells uwsgi to rewrite PATH_INFO
so that the app doesn't see mountpoint part of the path.

Change-Id: Id1cb90752fedd42534809fdfdddb13e29f8262c5
2021-02-23 13:25:41 -08:00
zuul_storage_proxy Switch to uwsgi 2021-02-11 15:54:54 -08:00
.gitreview Added .gitreview 2021-02-10 18:29:52 +00:00
.zuul.yaml Use opendev base docker image and add jobs 2021-02-11 15:53:38 -08:00
bindep.txt Use opendev base docker image and add jobs 2021-02-11 15:53:38 -08:00
Dockerfile Allow mounting somewhere other than / 2021-02-23 13:25:41 -08:00
requirements.txt Switch to uwsgi 2021-02-11 15:54:54 -08:00
setup.cfg Switch to uwsgi 2021-02-11 15:54:54 -08:00
setup.py Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00
test-requirements.txt Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00
tox.ini Initial import of zuul storage proxy 2021-02-10 20:29:50 +01:00