-
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.
Replies: 1 comment 8 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.
Hi, yes I did.
Go to your proxy host custom locations and define
/
(root) location.Scheme should be https.
Under advanced settings use this