This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dev:git:proxy [2021/10/06 05:05] – js | dev:git:proxy [2021/10/06 05:09] (current) – js | ||
---|---|---|---|
Line 11: | Line 11: | ||
< | < | ||
- | proxy = http:// | + | proxy = http:// |
</ | </ | ||
+ | |||
+ | If you want to restrict the url you want to use this config: | ||
+ | |||
+ | < | ||
+ | [http " | ||
+ | proxy = http:// | ||
+ | </ | ||
+ | |||
+ | If there are ssl problems connecting to the git repo - add | ||
+ | < | ||
+ | [http " | ||
+ | proxy = http:// | ||
+ | sslVerify = false | ||
+ | </ | ||
+ |