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.
please pay attention to your links
your config incorrect
you missed /httpdocs in path
set $MAGE_ROOT "/var/www/vhosts/demo.cctvcameraworld.com/";
set $MAGE_ROOT "/var/www/vhosts/demo.cctvcameraworld.com/httpdocs";
root $MAGE_ROOT/pub;
please check your config and fix
to fix header error
you can add next code before server block
map $scheme $hsts_header {
https 'max-age=15768000';
}
map $scheme $hsts_is_header {
https 'max-age=15768000; includeSubDomains; preload';
}
server {
..........
...........
}
or
in /etc/nginx/conf.d/ you simply need...
the problem is that the
magento 2.1.x and magento 2.2.2+ configurations different
if you wish to have own VirtualHost configuration and replace default plesk settings after magento 2 source script uploaded to web root directory by simple clicking " APPLY" or "OK" button in DOMAIN -> Apache &...
one question,
does someone have tried to add some rules to apache common settings in nginx only mode ?
for example rule like "Deny IP" affects on the site but we cant see any changes in nginx configuration even with updated / replaced NGINX web server ....
thaks for all
issue resolved
by...
Plesk Onix Nginx Only mode
Please someone explain me how this possible ???
this is settings for domain ( no special proxy settings in virtual host configuration)
in apache logs have found next log
what i must switch off to do not proxy requests to apache ???
To allow daemons to bind to non-existing network interfaces, and thus avoid this problem, create the file: /etc/sysctl.d/80-network.conf with the following contents:
net.ipv6.ip_nonlocal_bind = 1
Do you have checked on fresh install of Centos 7.4?
(not upgrade from 7.3 to 7.4)
have installed on 3 different VPS (fresh install Centos 7.4 + Plesk Onyx update#24). same result , nginx did not start .
found solution on other forum and its work
create the file: /etc/sysctl.d/80-network.conf
with the following contents:
net.ipv4.ip_nonlocal_bind = 1
net.ipv6.ip_nonlocal_bind = 1
for me ipv6 was enough
net.ipv6.ip_nonlocal_bind = 1
thank you for this solution
but there is one another thing
just now have checked with clean install
CentOS Linux 7.4.1708 and Plesk Onyx Version 17.5.3 Update #24
# yum -y update
# yum -y install epel-release
# sh <(curl https://installer.plesk.com/one-click-installer || wget -O -...