zodern / meteor-up

Production Quality Meteor Deployment to Anywhere
http://meteor-up.com/
MIT License
1.28k stars 279 forks source link

Using MUP proxy along side local web-server #1343

Open Zayco opened 1 year ago

Zayco commented 1 year ago

Hi,

I have typesense running on the same server that meteor is deployed. The typesense server is running on port 8108 and is accessible from the web.

Is there anything I can add to my mup.config to make the proxy point https://typesense.mydomain.com to the local web server running on port 8108?

Any help appreciated.