Hello guys.
I've deployed EspoCRM using Nginx+PHP-fcgi and currently the app is available via http://<domain_name>/frontend/. Email notification templates does not use that URL (there's only base URL http://<domain_name>/) and I'm kinda lost: what's the proper approach for making it work? Should I do some rewrite magic and hide the 'frontend' suffix or should I alter the email templates to contain proper URLs?
Thanks!
I've deployed EspoCRM using Nginx+PHP-fcgi and currently the app is available via http://<domain_name>/frontend/. Email notification templates does not use that URL (there's only base URL http://<domain_name>/) and I'm kinda lost: what's the proper approach for making it work? Should I do some rewrite magic and hide the 'frontend' suffix or should I alter the email templates to contain proper URLs?
Thanks!
Comment