...
|
...
|
@@ -29,9 +29,8 @@ server { |
|
|
location / {
|
|
|
|
|
|
limit_req zone=allips burst=5 nodelay;
|
|
|
limit_req zone=limit_per_url_100 burst=10 nodelay;
|
|
|
#proxy
|
|
|
#include vhosts/wap/node-proxy.conf;
|
|
|
# Increase the pagecache , Comment out first
|
|
|
#limit_req zone=limit_per_url_100 burst=10 nodelay;
|
|
|
proxy_redirect off;
|
|
|
proxy_pass http://yohobuywap-node-activity-upstream;
|
|
|
proxy_set_header Host $host;
|
...
|
...
|
|