• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. L

    Question API website Description Get

    Pulling in domains and status info just fine, I can not find the end point to get a websites description, does anyone know where this is in the rest api endpoints?
  2. L

    Question Enable bot protection - white list

    is it possible to white list ips for Enable bot protection? ahrefs seems to be blocked and if I uncheck this feature it allows them in.
  3. L

    Question NGINX webp fallback

    I have used the following in the past to serve fall back webp images, <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{REQUEST_URI} (?i)(.*)(\.jpe?g|\.png)$ RewriteCond %{DOCUMENT_ROOT}%1.webp -f RewriteRule...
Back
Top