File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ def git_url
32
32
33
33
34
34
def http_url
35
- "http://#{ http_user_login } #{ RedmineGitHosting ::Config . http_server_domain } /#{ http_access_path } "
35
+ "http://#{ http_user_login } #{ RedmineGitHosting ::Config . http_root_url } /#{ http_access_path } "
36
36
end
37
37
38
38
39
39
def https_url
40
- "https://#{ http_user_login } #{ RedmineGitHosting ::Config . https_server_domain } /#{ http_access_path } "
40
+ "https://#{ http_user_login } #{ RedmineGitHosting ::Config . https_root_url } /#{ http_access_path } "
41
41
end
42
42
43
43
@@ -59,8 +59,8 @@ def go_access_url
59
59
#
60
60
def go_url
61
61
return '' if !smart_http_enabled?
62
- return "#{ RedmineGitHosting ::Config . https_server_domain } /#{ go_access_path } " if https_access_available?
63
- return "#{ RedmineGitHosting ::Config . http_server_domain } /#{ go_access_path } " if http_access_available?
62
+ return "#{ RedmineGitHosting ::Config . https_root_url } /#{ go_access_path } " if https_access_available?
63
+ return "#{ RedmineGitHosting ::Config . http_root_url } /#{ go_access_path } " if http_access_available?
64
64
end
65
65
66
66
You can’t perform that action at this time.
0 commit comments