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

  1. A

    Nginx autostart does not work properly

    Well, I was able to solve ipv4 issue with: net.ipv4.ip_nonlocal_bind=1 The server indeed might start to fast for the network interfaces to become ready, because of the HW raid1+ssd, and it also uses NetworkManager, but in my opinion it is still a bug, that I cannot understand. My other server...
  2. A

    Nginx autostart does not work properly

    Hi, My Plesk server installation has following issue: 2015/11/11 11:16:27 [emerg] 1675#0: bind() to <IPv4>:80 failed (99: Cannot assign requested address) 2015/11/11 11:47:15 [emerg] 1722#0: bind() to [IPv6]:80 failed (99: Cannot assign requested address) Nginx works fine, if I start it...
  3. A

    Nginx + Plesk + Hotlinking

    Hi, I have a problem with Nginx+ Plesk. I need to stop hotlinkers from embedding pictures from my server, and I use Plesk functionality to add Nginx directive, like this: location ~* \.(jpg|jpeg|png|gif)$ { valid_referers none blocked server_names *.example.com...
  4. A

    security issue plesk panel

    Hi, your cert is fine. the error only shows, that it was not issued by a certificate authority, like Comodo, Thawte and etc., in other words, it is a self-signed certificate. To fix the problem, you basically have to buy a certificate for that particular domain from a certificate authority...
Back
Top