Skip to content

Endless loop when accessing http://localhost:8080 directly #48

@nknapp

Description

@nknapp

Nice project, it will definetely help us save bandwidth when installing npm-modules.

The following will put this module into an endless loop (at least on Linux)

npm install -g npm-proxy-cache
npm-proxy-cache &
curl http://localhost:8080

I am now running npm-proxy-cache in a docker-container where the 8082 is mapped on 8080 within the container. Still, if you do

export http_proxy=http://localhost:8082
curl http://localhost:8080

The endless-loop starts again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions