#2675 closed task (fixed)
Have gitea proxy direct thru nginx
Reported by: | robe | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Sysadmin Contract 2021-II |
Component: | SysAdmin | Keywords: | |
Cc: |
Description (last modified by )
Gitea has a double proxy.
nginx proxies to tracsvn.lxd (apache service) and the apache proxies to gitea.
Seems unnecessary having an extra hop.
I've changed dev to go direct from nginx -> gitea
and at a glance seems to work. I'll do some more tests and then do the same on production.
Change History (3)
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Done. Didn't seem to change the speed any. But doing a git clone from dev is about 26.06 MiB/s vs. prod trac is like 888kb - 1.43 MiB/s to do a git clone of postgis repo.
Might be cause I haven't restarted osgeo7 in a while or there is throttling going on per server.