Guest User

Untitled

a guest
Jul 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. location ~ ^/(?<sig_repo>[^/]*)(?<repo_subpath>/.*)?$ {
  2. location ~ ^/(?<sig_repo>.*?)(?!/+$)(?<repo_subpath>/.*)?$ {
  3. location ~ ^/(?<sig_repo>.*?)(?<repo_subpath>(?=/+$)|(/.*)?$) {
Add Comment
Please, Sign In to add comment