Fix git connection

This commit is contained in:
Michael 2024-11-04 15:30:24 -05:00
parent 9dfa78929d
commit d1871f0ba1
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -23,7 +23,7 @@ upstream freshrss {
}
upstream gitea {
server 192.168.1.215:3000;
server 100.64.2.115:3000;
}
upstream grafana {