• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. X

    Issue Opcache keeps restarting itself

    Hi, Problem: Opcache keeps restarting itself every 30 seconds or so. My configuration: Plesk 12.5 php 7.0.14 Apache / Fast CGI Default settings for opcache, except the memory moved to 128 MB. opcache.memory_consumption=128 There is NO memory wasted I never reach max memory. When opcache...
  2. X

    http2 not working

    Hi, I cannot get http2 to work. I have enabled nginx and http2 on my server. When I go to: https://tools.keycdn.com/http2-test I see that http2 is enabled. My site is https with A+ rating. Then I try to activate http2 by adding, amongst other things to my nginx directives in plesk 12.5...
  3. X

    Plesk Nginx Browser caching on port 3100?

    Hi I want to enable browser caching for a single .JS file served thru port 3100. For all normal web files I use this in my Plesk Apache / nginx custom field: location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { expires 30d; add_header Cache-Control "public"; try_files $uri @fallback...
Back
Top