昨天终于有空解决,阿里云莫名其妙的拦截问题了,并返回 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 的配置文件在哪,,我简直要吐了,让换一个人,还不干,,,,
大厂的技术支持工程师就这水平吗?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.