AWS EKS 集群部署 KubeSphere
AWS创建策略12345678910{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "*", "Resource": "*" } ]}
AWS创建策略12345678910{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "*", "Resource": "*" } ]}
接口代理1234567891011location /apis { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; rewrite ^/apis/(.*)$ /$1 break; proxy_pass http://test.amazonaws.com:8082; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection upgrade;}
环境 信息 Description 系统 macos m1 BurpSuite 2023-12-01 Java openjdk version “17.0.8.1” 2023-08-24
Docker Install1curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
说明前几天我们使用文章 利用Cloudflare Pages 与 Workers 搭建无服务器前端服务 实现了Pages与Workers结合,达到无服务器效果,但是今天发现Pages 本身自带Functions可以更简单实现类似nginx反代的需求
说明Cloudflare 支持每天免费10万请求,结合本项目需求完全满足请求需要,也可通过本方案中Pages部分实现无服务器blog
当前文章为加密文章,请输入密码进行查看.