亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

cdn部署nginx如何配置

九三
743
2020-12-17 14:37:55
欄目: 云計算

cdn部署nginx如何配置

使用nginx部署cdn的方法如下:

upstream backend {

server 1.1.1.1;

keepalive 128;

}

proxy_temp_path /dev/shm;

proxy_cache_path /data/nginx/cache levels=1:2 keys_zone=cache_one:500m inactive=10d max_size=1024m;

limit_conn_zone $binary_remote_addr zone=addr:20m;

limit_req_zone $binary_remote_addr zone=req_addr:20m rate=200r/s;

server{

listen 80 ;

server_name www.iquduo.com;

access_log logs/e.cn.access.log main;

error_log logs/e.cn.error.log;

location ~* \.(aac|mp3|mp4|jpeg|jpg|png|gif|js|htm|html|css|avi|mpg|rar|wmv|doc|docx|mov|flv|pdf|edb|ppt|pptx)$ {

root /data/nginx/cache;

proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;

proxy_cache cache_one;

proxy_cache_valid 200 206 304 12h;

proxy_cache_revalidate on;

add_header X-Cache $upstream_cache_status;

add_header Via "CDN";

#limit_rate_after 4096k;

#limit_rate 2048k;

#limit_req zone=req_addr burst=300 nodelay;

#limit_req_status 503;

#proxy_limit_rate 256000; #64000 = 1Mb per connections

proxy_cache_key $scheme$proxy_host$uri;

proxy_cache_lock on;

proxy_cache_lock_timeout 10s;

proxy_set_header Host $host;

proxy_set_header X-Real-IP $remote_addr;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

proxy_pass http://backend;

proxy_http_version 1.1;

proxy_set_header Connection "";

}

location ~ / {

proxy_set_header Host $host;

proxy_set_header X-Real-IP $remote_addr;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

proxy_pass http://backend;

proxy_http_version 1.1;

proxy_set_header Connection "";

}

}


0
松原市| 万年县| 保定市| 虎林市| 泰安市| 广州市| 邢台县| 浏阳市| 台东市| 即墨市| 二连浩特市| 锦州市| 新邵县| 洛南县| 辉南县| 临桂县| 德钦县| 盐池县| 中西区| 静乐县| 喀喇沁旗| 陆川县| 禄丰县| 两当县| 金昌市| 承德市| 太谷县| 曲麻莱县| 吉隆县| 汝阳县| 韶山市| 河东区| 思茅市| 临安市| 尼木县| 平阳县| 贡觉县| 新宾| 锦州市| 平阴县| 凌云县|