setting request handler in on-premise deployment

0
Hi,  I am working on a onsite deployment (on Red Hat Linux) with NGINX as the Http server. we have added the deeplink module but we need to set the request handler to allow /link/ requests. where would we need to set the request handler? Is this a YAML setting or should this happen in NGINX configuration?   thanks
asked
1 answers
0

Han Pieter,

This needs to be setup in your nginx configuration, see https://github.com/mendix/m2ee-tools/blob/develop/doc/nginx.md

Specifically the section in to config with the proxy-pass for the file request handler: 

location = /file

Hope this helps in setting up your server. 

answered