Mirroring The NginX Repo Locally

2024-02-17 Thread duluxoz
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 Lin

Re: Mirroring The NginX Repo Locally

2024-02-17 Thread Jore
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 ? __