Anonymous ← Cloudways Customer Voice My feedback 1 result found Allow us to be able to implement additional security headers. 29 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea under review · 3 comments · Product Improvements: Flexible » Server Settings · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! Your importance score has been recorded. We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Submit Rating An error occurred while saving the comment Anonymous commented · Sep 3, 2016 · Edit… · Delete… 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; } Save Submitting... Anonymous supported this idea · Sep 3, 2016
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;
}