• Latest Articles
  • Article Archive
  • About Us
Other Links
Copyright © 2024 Surfin Cloud Inc.
All rights reserved.

Articles under the 'nginx' tag

Several common configurations and techniques of Nginx

Configure multiple domain names for one site. Configure multiple sites for one serviceseparated by spaces. Nginx adds account password verification. Nginx Open Column Directory. Configure default site. IP access is not allowed. ... More >>
2022-05-09 nginx / domain / sites / upstream / keepalive

Several security-related configurations of Nginx

Here is a summary of some security-related configurations in nginx configuration. Hide version number123http { server_tokens off;} There are often security vulnerabilities targeting a certain version of nginx. Hiding the nginx version number has become one of the main security optimizati ... More >>
2022-04-25 nginx / hide / HTTPS / white list / verification / limit
1