03 2021 档案
摘要:场景: docker容器:8081 8082 8083 8081:web网站 8083:web网站 8082:nginx 8082的nginx进行了转发配置,用户访问8082,nginx会转发到8081或8083 upstream pic{ server xxx.xxx.xxx.xxx:8081 w
阅读全文
摘要:七层代理服务器(例如DDoS高防)将用户的访问请求转发到后端服务器时,源站看到的请求来源默认是七层代理服务器(例如DDoS高防)的回源IP,而真实的请求来源IP被记录在HTTP头部的X-Forwarded-For字段中,格式为X-Forwarded-For: 用户真实IP, 高防代理IP。 如果访问
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Builder; using Microsoft.A
阅读全文
摘要:1、需要有自我域名支持。 2、ContentType要设置好。 拿图片来举例:上传base64 public bool PutObject(string bucketName, string objectName, string ImageUrl) { try { var objectmetadat
阅读全文

浙公网安备 33010602011771号