We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Configuration is quite simple: map /v2 to registry and all other to this service.
/v2
location /v2 { proxy_pass http://127.0.0.1:5000/v2; } location / { if ($uri !~ ^/(robots\.txt|favicon\.ico) ) { proxy_pass http://127.0.0.1:3000; } }
not yet done - but should follow same rules.
There was an error while loading. Please reload this page.