dot needs a escape.
This commit is contained in:
parent
aefe4dc3a2
commit
82e2551833
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Gitlab::Application.routes.draw do
|
|||
project_root: GIT_HOST['base_path'],
|
||||
upload_pack: GIT_HOST['upload_pack'],
|
||||
receive_pack: GIT_HOST['receive_pack']
|
||||
}), at: '/:path', constraints: { path: /[\w-]+.git*/ }
|
||||
}), at: '/:path', constraints: { path: /[\w-]+\.git/ }
|
||||
|
||||
#
|
||||
# Help
|
||||
|
|
Loading…
Reference in a new issue