Skip to content

Anonymous

My feedback

1 result found

  1. 29 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Anonymous commented  · 

    Below i am posting some configuration which is to affect the website performance alot.

    This are the best NGINX Features needs to implemented.

    add_header X-Frame-Options SAMEORIGIN;
    add_header X-Content-Type-Options nosniff;
    add_header X-XSS-Protection "1; mode=block";

    /* Expire Headers */

    location ~* \.(css|js|gif|jpeg|jpg|png|svg)$ {
    expires 1M;
    add_header Pragma public;
    add_header Cache-Control public;
    add_header Vary Accept-Encoding;

    }

    Anonymous supported this idea  ·