随笔分类 - nginx
nginx
摘要:liux 执行 unzip dist.zip 会报 -bash: unzip: command not found 是因为我们没有安装解压工具unzip 安装命令: yum install unzip zip 执行完之后重新解压就好了
阅读全文
摘要:./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option
阅读全文
摘要:Ribbon本地负载均衡 原理:在调用接口的时候、会在eureka注册中心上获取注册信息服务列表,获取到之后,缓存在jvm本地,使用本地实现rpc远程技术进行调用,即是客户端实现负载均衡 Nginx服务器负载均衡 客户端所有请求都会交给nginx,然后由nginx实现转发请求,即负载均衡是由服务端实
阅读全文
摘要:# 解决下载文件跨域问题 location ^~ /hlwft { add_header 'Access-Control-Allow-Origin' '*'; #允许来自所有的访问地址 add_header 'Access-Control-Allow-Credentials' 'true'; add
阅读全文

浙公网安备 33010602011771号