The configuration of preventing SQL injection attacks in Nginx
The best way to prevent sql injection is to filter out all the data submitted to the background.
For simple cases, such as including single quotes ', semicolon;, <, >, and other characters can be avoide...