Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hello:
Am trying to get LiveHelperChat working with NGINX but when I visit the URL https://www.mydomain.com/livechat/site_admin/user/login it just redirects to our front-page.
It must be due to how the location stanzas are defined in nginx.conf. Should add that we are using NGINX as the webserver and not a reverse proxy.
Would somebody be able to share a working configuration please ?
Thanks.
Last edited by INNOVOT (2015-11-18 11:17:28)
Offline
[== NGINX Stanza ==]
location / {
ModSecurityEnabled on;
ModSecurityConfig modsecurity.conf;
index index.php index.html index.htm;
try_files $uri $uri/ /index.php?$args;
}
Last edited by INNOVOT (2015-11-18 11:18:04)
Offline
Pages: 1