Mirroring The NginX Repo Locally

D
  • 18 Feb '24
Hi All,

I haven't been able to locate any (relevant) info on this, so I thought 
I'd tap into the collective wisdom of the NginX Community:

What's the best way to arrange for a local mirror of the NginX 
Repository: rsync, wget/curl, some other way?

We currently run local mirrors of Rocky Linux, EPEL, ElRepo, 
RPMFusion-Free, Remi, and a whole lot more, and so we'd like to do the 
same with the NginX repos. Unfortunately my Google-Foo can only find 
info on running a local repo *using* NginX, not how to actually mirror 
the NginX repo itself.

Any help greatly appreciated.

Cheers

Dulux-Oz
J
  • 18 Feb '24
On 18/2/24 3:47 pm, duluxoz wrote:
> What's the best way to arrange for a local mirror of the NginX 
> Repository: rsync, wget/curl, some other way?

How about:

hg clone https://hg.nginx.org/nginx/

Or:

git clone https://github.com/nginx/nginx.git

?