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.
Windows Live Mail creates folders automatically once you have specified root folder for your mailbox. Please see this post for more details. I believe that other email clients support this feature too.
I looked at your config file once again and it seems to be OK. The only thing I can spot is:
You have backend admin here twice. One of them should be default
backend default {
.host = "127.0.0.1";
.port = "7080";
}
or if you want to name it in a different way like frontend, then try...
No I don't run IIS. It is hard to say for me if it is possible, because I have never worked with Windows servers. I've solved my problem like this: Apache listens on port 7080 by default when Nginx is activated in Plesk. Nginx listens on 80, I used varnish also with default settings (por 6081)...
Hello Alexey.Plotnitsky, thanks for your replay, will try it asap.
Well I'm hosting a magento store which has a lot of photos. Many, but many people recommend to use nginx for use with magento. I tried it and I have to admit that I noticed a really nice speed leap. Magento support Varnish via...
Plesk 11 + Apache + Nginx + Varnish cache (Solved)
Hi there, I have a small problem with setting up a configuration like Plesk + Apache + NginX + Varnish. I used to run similar configuration but without apache. Now since Plesk 11 started to support nginx I decided to run it the way Plesk...