You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone!
I'm experiencing something strange.
I have set a Verdaccio registry on a virtual machine: I'm starting Verdaccio as a pm2 process, using Nginx as reverse proxy to serve it on a public domain secured with https.
When I start my pm2 verdaccio process, everything works fine, but after a while when I try to reach the browser UI:
I see that it tries to take these resources from https://ip_address/-/static/resource_name, while in the beginning it searches for https://domain_name/-/static/resource_name and it succeeds. I do not change anything in the meanwhile, and if I restart the pm2 process it works again.
My Nginx configuration, taken from the docs, is something like that:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone!
I'm experiencing something strange.
I have set a Verdaccio registry on a virtual machine: I'm starting Verdaccio as a pm2 process, using Nginx as reverse proxy to serve it on a public domain secured with https.
When I start my pm2 verdaccio process, everything works fine, but after a while when I try to reach the browser UI:
I see that it tries to take these resources from https://ip_address/-/static/resource_name, while in the beginning it searches for https://domain_name/-/static/resource_name and it succeeds. I do not change anything in the meanwhile, and if I restart the pm2 process it works again.
My Nginx configuration, taken from the docs, is something like that:
And my config.yaml:
Any help on this would be appreciated :D
Beta Was this translation helpful? Give feedback.
All reactions