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.
So sorry i dont understant what happened it was work same setting same directory sutructure i wasn't change anything intresting server update something and all wordpress site down..
if i've write
location /wp {
try_files $uri $uri/ /wp/index.php?$args;
}
its give HTTP 500 internal server error..
if i've write
location /wp {
if (!-e $request_filename){
rewrite ^(.*)$ /wp/index.php break;
}
}
its give 403 forbidden error
i've tried htaccess convert to nginx i see this error .
Invalid nginx configuration: nginx: [emerg] invalid variable name in /var/www/vhosts/system/trio-agentur.com/conf/vhost_nginx.conf:24 nginx: configuration file /etc/nginx/nginx.conf test failed
Hello
its true i've changed my htaccess file to standart .
our friend wordpress has been located "/var/www/vhosts/YOUR-DOMAIN.COM/httpdocs/wp/"
site open now but image and script problem is still running..
i've add
to Additional NGINX directives but i change last line to try_files $uri $uri/...
i've change apache settings to prefork, but i cannot logrotate settings my os Centos 7 maybe its different i cannot fix my issue could you help me please
Hello
i've see on all wordpress website logs "nginx error (13: Permission denied)" i think its update problem i dont know what happend my server. its look like permisson problem but i cant found anything.
could you help me please.
CentOS Linux 7.2.1511 (Core)
Plesk Onyx Version 17.0.17 Update...