To further protect access to Matillion (METL version 1.75.20), we want to implement the configuration as follows:
WWW → Google IAP → Nginx → Matillion
The problem is the base URL. We have several apps defined on our Nginx and now want to add Matillion as well. The Matillion URL would then look like this:
https://www.domain.tld/matillion/
However, the base URL is not automatically adjusted. Therefore, for example, the “resources” folder is not loaded because it is loaded from https://www.domain.tld/resources, but is not located there. The correct location would be https://www.domain.tld/matillion/resources.
How can I run Matillion behind Nginx?
Thanks