• 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

browser caching

  1. E

    Resolved NGiNX - browser caching for static resources

    Hi, On Plesk 12.0 I used the following rules under additional nginx directives to enable browser caching for static resources: location ~* \.(js|css|png|jpg|jpeg|gif|ico|woff|svg)$ { expires 30d; add_header Pragma public; add_header Cache-Control “public”; try_files $uri...
Back
Top