当前位置: 首页 > 知识 >正文

nginx伪静态(nginx rewrite url重写)

location ~/\.ht {

deny all;

}

location ~* ^.+\.(jpg|jpeg|gif|png|swf|rar|zip|css|js)$ {

valid_referers none blocked *.c1gstudio.com *.c1gstudio.net localhost 208.97.167.194;

if ($invalid_referer) {

rewrite ^//uploadfile/2023/0712/leech.gif;

return 412;

break;

}

access_log off;

root /opt/lampp/htdocs/web;

expires 3d;

break;

}

rewrite ^/([0-9a-z]+)job$ /$1job/permanent;

rewrite ^/([0-9a-z]+)job/(.*)$ /area/$1/$2 last;

server

{

listen 80;

server_name jump.c1gstudio.com;

index index.html index.htm index.php;

root /opt/lampp/htdocs/www;

rewrite ^/http://www.c1gstudio.com/;

access_log off;

}

多畴转向

相关文章:
  • 6月19日基金净值:汇添富品牌驱动六个月持有混合最新净值0.7782,跌1.93%
  • 5月24日基金净值:汇添富中盘积极成长混合A最新净值1.1679,跌0.02%
  • 嘉实中证软件服务ETF净值下跌1.28% 请保持关注_基金频道_证券之星
  • 5月5日基金净值:长信沪深300指数增强A最新净值1.1455,跌0.37%
  • 7月6日基金净值:安信中国制造2025混合最新净值1.657,跌1.13%
  • 7月6日基金净值:华泰柏瑞中证光伏产业ETF最新净值1.2104,跌0.37%
  • 4月4日基金净值:天弘沪深300ETF联接A最新净值1.3546,涨0.3%_基金频道_证券之星
  • 5月23日基金净值:易方达安盈回报混合A最新净值2.143,跌0.7%
  • 6月21日基金净值:宏利高研发6个月持有混合A最新净值1.2015,跌5.07%
  • 6月30日基金净值:交银增利增强债券A最新净值1.1871,涨0.1%