redbrick / nix-configs

NixOS configs for Redbrick deployment
Apache License 2.0
15 stars 5 forks source link

Fix double slash in vhostProxy addresses #62

Closed m1cr0man closed 4 years ago

m1cr0man commented 4 years ago

Gitea was not working because of a double slash in all the proxied URLs. This PR removes it for all proxyVhosts since it's added by the proxyVhost function itself.

Ready to merge.