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

  1. Marcseeber

    Issue Browser Caching dont working

    http://www.metasearch.eu/?q=reisen css and Picture don't working http://www.metasearch.eu/php.PNG error http://www.seebi.net/php.PNG remove this form .htaccess all working gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k...
  2. Marcseeber

    Issue Browser Caching dont working

    gzip on; gzip_disable "MSIE [1-6]\.(?!.*SV1)"; remove form the nginx.conf and testet nginx: [emerg] "worker_processes" directive is not allowed here in /etc/nginx/conf.d/gzip.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed
  3. Marcseeber

    Issue Browser Caching dont working

    nginx: [emerg] "gzip" directive is duplicate in /etc/nginx/conf.d/gzip.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed ________________________________________________________ #user nginx; worker_processes 1; #error_log /var/log/nginx/error.log; #error_log...
  4. Marcseeber

    Issue Browser Caching dont working

    i use this gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k; gzip_http_version 1.1; gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript...
Back
Top