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
If you install more service in the same server, you need to set more domain dns, I want to use only one domain and muti-port, because all the self-hosted service for my friends only.
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to visit my web service like that:
https://example.com:port-a --> localhost:18080
https://example.com:port-b --> localhost:18081
but now, I can only done this use npm:
https://example-a.com/ --> localhost:18080
https://example-b.com/ --> localhost:18081
If you install more service in the same server, you need to set more domain dns, I want to use only one domain and muti-port, because all the self-hosted service for my friends only.
can npm done that?
Beta Was this translation helpful? Give feedback.
All reactions