Add trailing slash to strip path

Nginx strips the path on a reverse proxy route if you add a trailing slash. By
missing out our trailing slashes, reverse proxy routes inside path directives
were failing for missing paths. This commit fixes that issue, fixing the Nucleus
API

Change-Id: I1532c6acfcb3b3969e7bb4af229e4321bc78cdd6
1 file changed
tree: 581bd0478a9d930a263619aaffd63d43590ff448
  1. .gitreview
  2. default.nix
  3. flake.lock
  4. flake.nix
  5. LICENSE
  6. nginx.nix
  7. README.md
README.md

Clicks Nix Helpers


We write nix to manage our infrastructure, but sometimes it's too boilerplatey for us to want to write. This repository contains all the things that have made our jobs easier, we hope they help you too!