• Would this piece of code in Nginx configuration file remove cookie headers?

    server {
    
      fastcgi_hide_header Set-Cookie;
    
      }

    I am asking this is because I am getting a F from Yslow (Gtmetrix testing). It says that my website’s many js. css, jpg files are NOT cookie-free.

    My server is setup with EasyEngine, Nginx.
    My website is wordpress

  • The topic ‘How to configure Nginx to make sure it's cookie-free js/css/jpg etc’ is closed to new replies.