站内搜索

本次搜索找到结果 6 条
ngx_http_geoip_modulengx_http_secure_link_module...
    location / {
    add_header Access-Control-Allow-Origin *;
     add_header Access-Control-Allow-Headers "Origin, X-Requested-With, Content-Type, Accept";
      add_header Access-Control-Allow-Methods "GET, POST, OPTIONS";
    }

http://nginx.org/en/docs/http/ngx_http_headers_module.html

目标:

nginx并发:5000+
nginx+php并发:3000+
nginx+php+mysql并发:2000+
nginx+php+mysql+memcache并发:1500+

一张简单的图说下大概的意思

alt

这里只是大纲,请自行查阅相关文档,欢迎在评论中留言。