how to make proxy with mweb
how do i make custom proxy with custom domains with mweb my domain is manged by cloudflare
1 Reply
For example you have the domain
example.com
and you want to use mweb via mweb.example.com
, you need a proxy like NGINX. It manages all your traffic and allows stuff like port forwarding. This requires any type of (web)-server you have access to.
I would suggest using something like NGINX Proxy Manager, as it gives you a easy interface to edit all configuration. There you can enable SSL too via lets encrypt to support https (which is more secure then http). There you can add a reroute like in the following image, and you should be done