now works with git clone http://localhost/repo.git now
This commit is contained in:
parent
1df1daa12e
commit
7888e3ae29
|
@ -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: '/git'
|
||||
}), at: '/:path', constraints: { path: /[\w-]+.git*/ }
|
||||
|
||||
#
|
||||
# Help
|
||||
|
|
Loading…
Reference in a new issue