rlidwka / sinopia

Private npm repository server
5.51k stars 656 forks source link

how sinopia support 'npm ping' ? #486

Closed burtbai closed 5 years ago

burtbai commented 6 years ago

now,nginx add

location /-/ping { 
    return 200 '{}'; 
}

work

romain-neil commented 5 years ago

If the issue is solved, could you close it for better stats ? Thanks