yuki-kimoto / gitprep

Portable GitHub system into your own server
http://gitprep.yukikimoto.com/
906 stars 118 forks source link

Use X-Request-Base for reverse proxy support. #203

Closed monnerat closed 3 weeks ago

monnerat commented 3 weeks ago

This has the big advantage of being configuration-agnostic and to allow several reverse proxies with different path depths. There is no need to enable a proxy mode.

Requires Mojolicious plugin RequestBase.

The previous reverse proxy support is retained for compatibility with existing installations.

Thanks fo reviewing it.

yuki-kimoto commented 3 weeks ago

Thanks. It seems like good!

monnerat commented 3 weeks ago

Thanks for all merges :-)