I'm looking for an example of an nginx server definition for the client portal, when using espocrm in docker.
I have multiple different clients and i wanted to have a base portal.domainname.com url with a subdirectory unique to the client, example support.domainname.com/clientabc123
I found this page https://docs.espocrm.com/administrat...configuration/
But it looks like its written more for if espo was running with nginx and not in a docker container. Im guessing rather than root and fastcgi_pass i'd have to use proxy_pass in some way, but im not sure how the parameters would differ from the fastcgi_pass parameters.
i do already have the server definition set up for accessing espo internally but im going to want this public facing nginx to be a separate box and proxy the portal connection over to the box running the espocrm containers
I have multiple different clients and i wanted to have a base portal.domainname.com url with a subdirectory unique to the client, example support.domainname.com/clientabc123
I found this page https://docs.espocrm.com/administrat...configuration/
But it looks like its written more for if espo was running with nginx and not in a docker container. Im guessing rather than root and fastcgi_pass i'd have to use proxy_pass in some way, but im not sure how the parameters would differ from the fastcgi_pass parameters.
i do already have the server definition set up for accessing espo internally but im going to want this public facing nginx to be a separate box and proxy the portal connection over to the box running the espocrm containers
