-
Previously I was using simple nginx config for reverse proxy my services, all of them have self-signed SSL cert. Self-signed certs are not trusted by nginx reverse proxy server thus I had to disable cert verification like that
I tried to use following configuration in "Advanced" tab:
and
Using first one NPM instead of being reverse proxy tries to open local folder and using second one renders host Offline in GUI. My idea is to use NPM same way as I used nginx:
|
Beta Was this translation helpful? Give feedback.
Answered by vggscqq Apr 14, 2024
Replies: 1 comment 10 replies
-
Have you found a solution to this use-case yet? I‘m looking for something similar in my setup. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Hi, yes I did.
Go to your proxy host custom locations and define
/
(root) location.Scheme should be https.
Under advanced settings use this