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

You are not logged in.

Announcement

#1 2017-06-27 19:23:39

rejaine
Member
Registered: 2016-09-16
Posts: 14

Help With Nginx

Hi,

I'm using Ngix as reverse proxy and try to configure LHC no mydomain site using proxy_pass (www.mydomain.com/livechat/... )

My nginx.conf 

server {
        listen       80;
        server_name www.mydomain.com
        rewrite_log  on;

        location / {
                proxy_set_header Host $host;
                proxy_pass http://my_internal_httpserver:8080;
        }

location /livechat {
               proxy_pass http://my_internal_lhcserver;
        }

The widget code was generated for the domain www.mydomain.com and the proxy_pass works, however the forms, images, icons etc are not appearing normally in the page, as in the example below:

1498591365_screenshot_20170627_162217.png

Any helps?

Offline

#2 2017-06-27 19:28:55

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Help With Nginx

Hi,
please consider the commercial support (more info in my signature)
I cannot help you with this request.
I informed the chat owner about your request but maybe is something that should be helped from the commercial support.
Thank you smile

This is your server issue not LHC.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2017-06-30 13:46:16

rejaine
Member
Registered: 2016-09-16
Posts: 14

Re: Help With Nginx

Hi, I made it work! Thank you. Everything is working perfectly now and is already in production! The LHC is very good!

There is a way to disable "chat preview" and "save chat" icons from visitor when chat is closed and the questionnaire appears? (I tried to open a new topic for this question but no, but I can not)

Offline

#4 2017-06-30 13:47:45

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Help With Nginx

There is no option for disable this,
you have to understand what CSS use with browser develop tools and than put the CSS in the widget theme options inside LHC:
Why you want disable this?


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#5 2017-06-30 13:52:50

rejaine
Member
Registered: 2016-09-16
Posts: 14

Re: Help With Nginx

It's not me, it's my business department that asked if there is any way to disable it (I do not know exactly the reason, I'm just IT support. wink

Offline

#6 2017-06-30 15:11:22

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Help With Nginx

Well,
you can disable it with CSS.
In LHC settings you can create custom widget theme where you can put custom CSS smile
Thank you for your message  smile


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer