Fix git connection
This commit is contained in:
parent
9dfa78929d
commit
d1871f0ba1
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ server {
|
|||
include snippets/proxy/common-proxy-headers.conf;
|
||||
|
||||
location / {
|
||||
proxy_pass https://gitea;
|
||||
proxy_pass http://gitea;
|
||||
}
|
||||
|
||||
include snippets/global/errors/http-cat-error-pages.conf;
|
||||
|
|
|
@ -23,7 +23,7 @@ upstream freshrss {
|
|||
}
|
||||
|
||||
upstream gitea {
|
||||
server 192.168.1.215:3000;
|
||||
server 100.64.2.115:3000;
|
||||
}
|
||||
|
||||
upstream grafana {
|
||||
|
|
Loading…
Reference in a new issue