Use Nginx rewrite to improve website security performance

Source: Internet
Author: User

A few days ago, in order to use idle VPS, a movie station was built with GXCMS, and then swept down to the 360 Website Security Detection area, the system prompts that the XSS vulnerability exists. After checking the vulnerability, the vulnerability does not actually exist, but 360 considers the vulnerability to have been changed. It seems that the security suggestion given in section 360 is only because the url can be submitted with characters such as <>. This VPS is equivalent to the Nginx platform. Just a few days ago, due to the WordPress W3 Total Cache problem, it seems that the Nginx rewrite function is used to solve the 360 problem and let it give me the high security score of this movie station.

When we mention Nginx rewrite and think of the characters such as <> '; in the URL, we only need to judge if to prevent the submitted URL from containing this information. If you don't want to talk about it, directly give it to the Code:

If ($ request_uri ~ * % 3C | % 3E | % 27 ){
Return 404;
}

Add it to server or location. It's easy! View results:


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.