...
Make sure you have updated uContact to version 6.440 or superior.
First of all, we We have to configure nginx to make uphone a public path
...
Code Block |
---|
location /uphone { add_header Access-Control-Allow-Origin "*"; add_header Access-Control-Allow-Headers "*"; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always; alias /etc/IntegraServer/web/uphone/; try_files $uri $uri/ /uphone/; } |
Execute the following commands, they will unzip and copy uPhone files from the last update
Code Block |
---|
unzip /root/6.440.zip
mkdir /etc/IntegraServer/web/uphone
cp /root/6.440/IntegraServer/web/uphone/* /etc/IntegraServer/web/uphone -R |