Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
I didn't find a solution to this but I did find a work around.
I turned off Proxy Mode (Nginx proxies requests to Apache. Turn off to stop using Apache.) as I had read somewhere that Apache doesn't support sockets. This causes the site to be served by nginx and passenger running within nginx...
I also have this issue - In the headers I can see ^M when viewing the message in mutt on the first two lines of the header which relate to DKIM verification - Seems to be related to MU14 and libopendkim-2.11.0-0.1.el6-x86_64
Also this is not only seen by Outlook Clients but also Thunderbird and...
Hi Forum members,
I need to enable websockets for a nodejs application. The server is Centos 6 with Nginx and Nodejs4. I've tried to add some directives to the nginx config:
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade"...
From /var/log/nginx/error.log after a service nginx restart
[ 2016-10-13 12:43:14.9445 28428/7fa2fe700700 age/Cor/CoreMain.cpp:532 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
[ 2016-10-13 12:43:14.9445 28433/7f04b7fff700...
you have to turn off recursive queries to stop queries for domains which are not hosted on your DNS servers.
options {
recursion no;
};
check out - http://docstore.mik.ua/orelly/networking_2ndEd/dns/ch11_02.htm
HTH
Hi all,
I have attempted to use the interface to enable node support on a website. I have followed the help pages but I am unable to get the application to work - even if it is a simple hello world. I have tested the application by calling node directly and it works fine.
I set the application...