I am attempting to set up a reverse proxy for a number of bespoke web applications that I wish to host in addition to the Yuno Host apps that come with my vps. Despite following the official manual I am having several configuration problems with ssl and subdomains.
anyone used a comparable arrangement and found success? I would be very grateful for any advice or suggestions on how to guarantee seamless integration while preserving security
To set up a reverse proxy in YunoHost, install a custom web app, then edit its nginx.conf to point to your app (e.g., using proxy_pass). After that, run sudo systemctl reload nginx to apply the changes.