阿里云的工单服务是外包了吗?

2021-01-12 18:13:47 +08:00
 TossPig

昨天终于有空解决,阿里云莫名其妙的拦截问题了,并返回 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 的配置文件在哪,,我简直要吐了,让换一个人,还不干,,,,

大厂的技术支持工程师就这水平吗?

1451 次点击
所在节点    全球工单系统
3 条回复
lyhiving
2021-01-12 18:27:36 +08:00
大部分外包了,处理完再转入技术支持部门
TossPig
2021-01-12 19:25:39 +08:00
@lyhiving 那就难怪了,哎,太累了
yplam
2021-01-12 19:25:58 +08:00
几年前找到他们系统的 bug 还会反馈给技术跟进,修复了也会说一声,现在基本上是让你清空浏览器缓存,重启电脑。。。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/744293

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX