James E. Blair 4db7857bc5 Return NULL on all errors
This is what the mod_rewrite documentation says we should return
if we are unable to map the URL.

Change-Id: Ifec0a5eb6076e36eb32bb67e0eca6ea4df3a7b13
2019-03-05 08:44:46 -08:00
2019-02-11 18:52:29 +00:00
2019-02-09 15:55:31 +00:00
2019-03-05 08:44:46 -08:00
2019-02-09 15:57:32 +00:00
2019-02-09 15:55:31 +00:00
2019-02-22 10:39:06 -08:00
2019-02-10 15:31:12 +00:00
2019-02-09 15:55:31 +00:00
2019-02-09 15:55:31 +00:00
2019-02-10 19:15:50 +00:00
2019-02-09 15:55:31 +00:00
2019-02-11 08:39:01 -08:00

zuul-preview

A preview proxy server for zuul.

Building

First you need some dependencies:

python3 -m pip install bindep
apt-get install $(bindep -b compile)

Then you can build the code:

autoreconf -fi
./configure
make
Description
A container image for a web-site preview proxy for Zuul
Readme 358 KiB
Languages
C++ 69.6%
Dockerfile 17.9%
Makefile 12.5%