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

  1. N

    Issue Not happy with Plesk Email Security

    please implement rspamd to plesk that is the best solution
  2. N

    Question Postfix with TLS 1.3 under Ubuntu 16.04

    Hi there i have sucessfully upgraded a Ubuntu 16.04.6 LTS to OpenSSL 1.1.0h 27 Mar 2018 (Library: OpenSSL 1.1.1g 21 Apr 2020) plesk websites are running fine with tls 1.3 but mailing i don't know its only tls 1.2 on work. Maybe someone has an idea where the settings are. To activate tls 1.3...
  3. N

    Question NGINX Directives Location question

    i change someting yesterday the expire header warning for files like this "spotlight.js?wkv=1.4.9" has gone. i add js? to one directive. here are my complete settings: Question - NGINX Directives FPM for Joomla & Wordpress
  4. N

    Question Huge attack on Mailbox

    i have set my fail2ban to IP address ban period * 28800 seconds (8hours) Time interval for detection of subsequent attacks * 7200 seconds (2hours) Number of failures before the IP address is banned * 6 so it shut up for a while :-)
  5. N

    Question NGINX Directives FPM for Joomla & Wordpress

    and least part 3 Sub Domain(s) in my case 2 static and cdn (want need for cookieless domain and cdn: MIME types: Default Handlers: Default Deny access to the site: Default Index files: Default Expires: custom value 14 Days ans set the chop response with Expires headers for static files...
  6. N

    Question NGINX Directives FPM for Joomla & Wordpress

    part 2: Additional Apache directives HTTPS: RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [L] <IfModule mod_deflate.c> # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript...
  7. N

    Question NGINX Directives FPM for Joomla & Wordpress

    Dear peoples i change from apache cgi & fast cgi to nginx fpm. i read much and do my directives, but i think i have a lot that is perhaps not needed or missing. The other thing is i want to create a cdn with 2 subdomain. Loading static files and cookieless works but gtmetrix says there is no...
  8. N

    Question NGINX Directives Location question

    i know how to but it doen't work for .js? files.
  9. N

    Question NGINX Directives Location question

    ok thx i read so much and my head is smoking now :D i post a thread about my directives in the wrong section i do a new thread next time because i change many things. one question i have here again what is the different between this: location ~* .(png|gif|ico|jpg|jpeg)$ { # Matches...
  10. N

    Question NGINX Directives Location question

    Hi all what is the different between these locations such: location ~ /. location ~* \. location ~ /\. location = / which one is the right one to use in Additional nginx directives per domain ? i'm a little confused about this an i'm very new to nginx thx
  11. N

    Question How to set Nginx try_files directive on a domain?

    check my tread this is the 404 slash problem... Question NGINX Directives FPM for Joomla & Wordpress
  12. N

    Question NGINX Directives FPM for Joomla & Wordpress

    sorry wrong section.... show here: NGINX Directives FPM for Joomla & Wordpress
  13. N

    Joomla mail configuration. SMTP connect() failed.

    Hi guys do you resolve this problem ? i have the same problem with my own server, but external on phones and desktop mail apps are working. only in joomla via smtp alltimes sending failed.
Back
Top