• 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.

Recent content by netcomander

  1. N

    Resolved Nginx Error (13: Permission denied)

    Yes sir Thanks a lot for all understanding And help i'll search and update this post
  2. N

    Resolved Nginx Error (13: Permission denied)

    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..
  3. N

    Resolved Nginx Error (13: Permission denied)

    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
  4. N

    Resolved Nginx Error (13: Permission denied)

    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
  5. N

    Resolved Nginx Error (13: Permission denied)

    this our website and i've installed htaccess to nginx converter
  6. N

    Resolved Nginx Error (13: Permission denied)

    My .htaccess # BEGIN WordPress <IfModule mod_rewrite.c> #uploaded files + plugins RewriteRule ^(.*/)?files/$ index.php [L] RewriteCond %{REQUEST_URI} !.*wp-content/plugins.* RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]...
  7. N

    Resolved Nginx Error (13: Permission denied)

    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/...
  8. N

    Resolved Nginx Error (13: Permission denied)

    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
  9. N

    Resolved Nginx Error (13: Permission denied)

    Hello i've change apache module to prefork. my php version 5.4.16 apache & nginx setting Fpm app. serverd apache settings choosed. and htaccess file # BEGIN GzipWpFastestCache <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE text/plain...
  10. N

    Resolved Nginx Error (13: Permission denied)

    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...
Back
Top