https://www.smitechow.com/2018/02/lein-maven-clojars.html
由于阿里云的镜像不支持https访问,我们需要在阿里云的镜像上再加一层https代理,具体可以参考:[使用 Nginx 配置通用代理]
(Use Nginx to Step Up Generic Proxy Server|再见理想)
这个请各位小伙伴帮忙看一看,有点不懂这个用途是归属于nginx的代理,分发还是服务器用途
https://www.smitechow.com/2018/02/lein-maven-clojars.html
由于阿里云的镜像不支持https访问,我们需要在阿里云的镜像上再加一层https代理,具体可以参考:[使用 Nginx 配置通用代理]
(Use Nginx to Step Up Generic Proxy Server|再见理想)
这个请各位小伙伴帮忙看一看,有点不懂这个用途是归属于nginx的代理,分发还是服务器用途
看他的意思是要做https到http的反向代理吧
可是这个反向代理不是在服务器那一端吗,怎么在我这个客户端就能设置?
这篇博客的意思应该是 https nginx -> http 镜像服务
https 这一层应该是阿里云网关吧, 容器服务只提供 http.
而且和客户端没关系。
client --https-->
web server(nginx)
|
v
parse https request
|
v
make http request --http-->
|
v aliyun mirror
parse http response <--http--
|
v
https response
client <--https--
跟你nginx部在哪没关系
原来是这样 ,