昨天终于有空解决,阿里云莫名其妙的拦截问题了,并返回 403
和工程师沟通半天,都不能确认问题在哪,只知道甩锅说是我们程序的问题
我很明确的告诉他了,我在 nginx 的配置文件中写入了 add_header X-Ts-Git 'nginx';
server {
listen 2087 ssl http2;
listen [::]:2087 ssl http2;
server_name code.tossp.com registry.tossp.com *.app.tossp.com app.tossp.com;
include /acme/tossp.com.conf;
include /conf/security.conf;
location / {
add_header X-Ts-Git 'nginx';
include /conf/proxy.conf;
proxy_redirect https://$host/ https://$http_host/;
proxy_pass http://gitlab:2087;
}
}
还明确标注了
异常: https://code.tossp.com:2087/av8d/mcit/html-hrm/-/blob/zzz-new/.gitlab-ci.yml
异常: https://code.tossp.com:2087/av8d/mcit/html-hrm/-/blob/zzz-new/.gitlab-ci
正常: https://code.tossp.com:2087/av8d/mcit/html-hrm/-/blob/zzz-new/gitlab-ci
还是没懂,最后非要服务器的授权,授权也给了,
结果,自己上线以后还找不到 nginx 的配置文件在哪,,我简直要吐了,让换一个人,还不干,,,,
大厂的技术支持工程师就这水平吗?
1
lyhiving 2021-01-12 18:27:36 +08:00 via Android
大部分外包了,处理完再转入技术支持部门
|
3
yplam 2021-01-12 19:25:58 +08:00 via Android
几年前找到他们系统的 bug 还会反馈给技术跟进,修复了也会说一声,现在基本上是让你清空浏览器缓存,重启电脑。。。
|