Hi.
I have a dilemma regarding boringproxy, I have it running on my vps which has a tunnel to my home server.
But if I want to host a website on my vps, how do I go about it? So far I have done this using nginx proxy manager (docker), but I can’t use it because ports 80 and 443 are occupied by boringproxy.
Can I use boringproxy only as a ‘reverse proxy’ like nginx Proxy Manager? So for example the php webserver is also installed on the vps, but goes out via boringproxy. Is that possible?
Or can I run boringproxy via nginx Proxy Manager? There is the function -behind-proxy.
Many thanks for any help.