Skip to content

作者

novlan1

内网域名更新记录

oaaow 域名。

1. 更新步骤

  1. 配置域名解析,地址:http://udns.aow.com/#/dashboard
  2. 接入智能网关,地址:https://tai.it.aow.com/home
  3. 研发平台登录校验时兼容 aow token
  4. 头像不显示问题,更新了新地址,依然没解决,目前只是隐藏了图片,isearch也没解决。
  5. nginx 重定向配置
bash
location / {
  if ( $host != 'mobile.aow.com') {
    rewrite ^/(.*)$ https://mobile.aow.com/$1 permanent;
  }
}

2. 头像问题

参考资料