摘要:
Nginx URL重写模块 摘要 这个模块允许使用正则表达式重写URI(需PCRE库),并且可以根据相关变量重定向和选择不同的配置。 如果这个指令在server字段中指定,那么将在被请求的location确定之前执行,如果在指令执行后所选择的location中有其他的重写规则,那么它们也被执行。如果 阅读全文
摘要:
nginx 配置 worker_processes auto; worker_rlimit_nofile 65536; events { worker_connections 20480; multi_accept on; use epoll; } http { include mime.types 阅读全文