• 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. Y

    reverse nginx proxy

    I have set nginx as reverse proxy. I want to serve static content using nginx and php content using apache. So I went to Web Server Settings of my domain and in nginx settings I have enabled Smart static files processing Serve static files directly by nginx now I added following statement in...
  2. Y

    PHP 5.5 and MySQL 5.6 support

    Does Plesk 11.5.x support PHP 5.5 and MySQL 5.6? If not what is the roadmap for this support?
  3. Y

    Expire Headers in Plesk Nginx & Apache

    I would like to use expire header for images. I know this the code for doing it. location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ { expires 7d; } Now the question is where shud I put this code. I can't edit vhost configuration of nginx coz it will remove the following code once nginx...
Back
Top