Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#2675 closed task (fixed)

Have gitea proxy direct thru nginx

Reported by: robe Owned by: sac@…
Priority: normal Milestone: Sysadmin Contract 2021-II
Component: SysAdmin Keywords:
Cc:

Description (last modified by robe)

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 robe, 2 years ago

Description: modified (diff)

comment:2 by robe, 2 years ago

Resolution: fixed
Status: newclosed

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.

comment:3 by strk, 2 years ago

Great idea!

Note: See TracTickets for help on using tickets.