[Pivotal Web Services] How configure a custom request handler

1
While searching i found the post How to configure "request handler" environment in IBM Bluemix. I basically have the same question but this time for Pivotal Web Services. The answer in that post links to m2ee-tools / Using Nginx as reverse proxy / Static and dynamic content. However i can't really figure out where to put this configuration.        
asked
1 answers
0

If you have no front facing webserver then there is nothing to configure. When you do have a webserver in front of Mendix e.g. to terminate your https requests then you should add the request handlers to the webserver configuration. The answer in the post links to a configuration example of NGINX which is the webserver of choice of Mendix. If you need help configuring NGINX i suggest you have a look here or here

answered