Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save spangenberg/ad61fdef2ae89d2c50c210960482aa97 to your computer and use it in GitHub Desktop.
Save spangenberg/ad61fdef2ae89d2c50c210960482aa97 to your computer and use it in GitHub Desktop.
location ~ ^/(?<sig_repo>[^/]*)(?<repo_subpath>/.*)?$ {
location ~ ^/(?<sig_repo>.*?)(?!/+$)(?<repo_subpath>/.*)?$ {
location ~ ^/(?<sig_repo>.*?)(?<repo_subpath>(?=/+$)|(/.*)?$) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment