1 Star 0 Fork 0

quyihuang/nginx_防盗链

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
redis_news.conf 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
quyihuang 提交于 2019-01-24 15:33 . 更新 redis_news.conf
server {
listen 80;
server_name redis_news.quyihuang.cn;
sendfile on;
location / {
include uwsgi_params;
uwsgi_pass 127.0.0.1:6000;
}
location ~ .*\.(jpg|png|gif)$ {
gzip on;
gzip_http_version 1.1;
gzip_comp_level 2;
gzip_types text/plain application/javascript application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png;
valid_referers none blocked *.quyihuang.cn;
if ($invalid_referer) {
return 403;
}
root /data/www/redis_news_code;
}
location ~ ^/download {
gzip_static on;
tcp_nopush on;
root /data/www/redis_news_code;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/quyihuang/nginx_.git
git@gitee.com:quyihuang/nginx_.git
quyihuang
nginx_
nginx_防盗链
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385