Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2015-11-18 09:42:28

INNOVOT
Member
Registered: 2015-09-25
Posts: 8

[RESOLVED] NGINX Configuration

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

#2 2015-11-18 11:17:48

INNOVOT
Member
Registered: 2015-09-25
Posts: 8

Re: [RESOLVED] NGINX Configuration

[== 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

Board footer