Merge pull request #1020 from SaitoWu/feature/https

Feature/https
This commit is contained in:
Dmitriy Zaporozhets 2012-06-29 06:44:45 -07:00
commit fca957086e
2 changed files with 5 additions and 2 deletions

View file

@ -18,7 +18,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