nginx node项目post转get
location ~ /xxxxxxxx/.*.(html|htm|gif|jpg|jpeg|bmp|png|ico|txt|js|css|doc|xlsx|pdf)$ {
proxy_method GET;
proxy_pass http://xxxxxxxx;
}
量化交易与投资分析博客
location ~ /xxxxxxxx/.*.(html|htm|gif|jpg|jpeg|bmp|png|ico|txt|js|css|doc|xlsx|pdf)$ {
proxy_method GET;
proxy_pass http://xxxxxxxx;
}
近期评论