How to Set Up a Reverse Proxy for Custom Web Applications on YunoHost?

Hello everyone :smiling_face_with_three_hearts:

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

thanks in advance. :heart_hands: :orange_heart:

If you followed some “official manual”, please indicate what exactly, and if you have “problems”, then please actually explain them …

1 Like

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.

No, that would be done with a Redirect app with the proxy mode.

Do not revive old threads with wrong information. :slight_smile: