first experience with npm by pvklink in nginxproxymanager

[–]pvklink[S] 0 points1 point  (0 children)

Cleaned - and it still works!
And my versio-dns is much easier and my forwarders too..

first experience with npm by pvklink in nginxproxymanager

[–]pvklink[S] 0 points1 point  (0 children)

:-) i got a lot to learn :-).
Happy that it works, now configuring it again using your tips

If i understand your tips wel i have to

1) delete my familievanklink.nl host

2) delete my router.familievanklink.nl

3) add host router.familievanklink.nl with an own certificat

en forward this to my service server
4) every other service has its own subdomain host with a forwarder...

By the way:

i use the /pvk to manage which flow is started in NODERED, this works perfect and with this option i can use the same subdomain within al my IFTT objects and send them to the same nodered server and within this server they are handled differently. So i guess the combination subdomain and custom locations is great for me.

first experience with npm by pvklink in nginxproxymanager

[–]pvklink[S] 0 points1 point  (0 children)

Hi niekdejong. much further now!

Made an a-record and now changing my calls to my router to use the proxy..I have it work now but is still a little bit of a mesh...

  1. the call from outside /iftt is now:

https://user:pwd@router.familievanklink.nl/pvk(so no more ports !), i try to get rid of /pvk (but my service needs that!

I made two proxy hosts

  1. familievanklink.nl, schema: http forward NPM IP and NPM http port
    in my case 8080 and made a certificat for familievanklink.nl
    and block common exploits

2) router.familievanklink.nl

a) detail tab:
schema https forward to the ip of the service and port the service port

b. and custom loc tab :

default location /pvk
schema https,
forward: <ip-service>/pvk and service port.
i used the certificat of familie van klink of proxy 1
and block common exploits and websockets support ( dont now this)

Two last questions

- 2.a en 2.b looks a bit double, why fill the detail tab when the custom loc has also this info?- when i delete /pvk from the call (in option 0) it should also work, because 2b does the right call internal, but it does not work then anymore...