hulucc / choco-internalize

internalize choco package on nexus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

choco-internalize

internalize choco package by nexus

download cache proxy setup nginx.conf

server {
    listen 80;

    location ~* /redirect/https/(.+)$ {
        return 302 https://$1$is_args$args;
    }
    location ~* /redirect/http/(.+)$ {
        return 302 http://$1$is_args$args;
    }
}

Setup nexus proxy nginx instance, then you can cache any file on nexus

About

internalize choco package on nexus


Languages

Language:Go 99.7%Language:Makefile 0.3%