Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

这里带什么广告跟踪吗?手机和电脑上都打不开 #80

Closed
mwnu opened this issue May 26, 2023 · 8 comments
Closed

这里带什么广告跟踪吗?手机和电脑上都打不开 #80

mwnu opened this issue May 26, 2023 · 8 comments

Comments

@mwnu
Copy link

mwnu commented May 26, 2023

就一直转圈,加载不出页面。
控制台显示访问不了google-analytics的页面:

Snipaste_222

@adams549659584
Copy link
Owner

image
脚本加载失败了,GA 做使用统计,没广告

@mwnu
Copy link
Author

mwnu commented May 26, 2023

image 脚本加载失败了,GA 做使用统计,没广告

之前好好的,docker更新到v1.8.1就这样了。

@adams549659584
Copy link
Owner

一键重置下看看,这些一直都有的,所有配置参考下 #71

@mwnu
Copy link
Author

mwnu commented May 26, 2023

一键重置下看看,这些一直都有的,所有配置参考下 #71

我重新配置了ngnix反向代理,问题没有解决

    location / {
        proxy_set_header Host              $host;    
        proxy_set_header X-Forwarded-Proto $scheme;
        proxy_set_header X-Forwarded-Host  $host;
        proxy_set_header X-Forwarded-Port  $server_port;
        proxy_pass http://localhost:7877;
    }

    location /sydney/ChatHub {
        proxy_http_version                 1.1;
        proxy_set_header Upgrade           $http_upgrade;
        proxy_set_header Connection        $connection_upgrade;
        proxy_set_header Host              $host;
        proxy_set_header X-Forwarded-Proto $scheme;
        proxy_set_header X-Forwarded-Host  $host;
        proxy_set_header X-Forwarded-Port  $server_port;
        proxy_pass http://localhost:7877;
    }

    location ~ .*\.(js|css|jpg|jpeg|gif|png|ico|pdf|txt)$ {
      proxy_pass http://localhost:7877;
    }

@mwnu
Copy link
Author

mwnu commented May 26, 2023

一键重置下看看,这些一直都有的,所有配置参考下 #71

我想找出问题所在了:环境变量中加了# 简单授权认证密码 Go_Proxy_BingAI_AUTH_KEY 就会加载出来

@adams549659584
Copy link
Owner

一键重置下看看,这些一直都有的,所有配置参考下 #71

我想找出问题所在了:环境变量中加了# 简单授权认证密码 Go_Proxy_BingAI_AUTH_KEY 就会加载出来

我看看

@mwnu
Copy link
Author

mwnu commented May 26, 2023

一键重置下看看,这些一直都有的,所有配置参考下 #71

我想找出问题所在了:环境变量中加了# 简单授权认证密码 Go_Proxy_BingAI_AUTH_KEY 就会加载出来

我看看

配置了 Go_Proxy_BingAI_AUTH_KEY会加载不出来,前面少打一个字

@adams549659584
Copy link
Owner

一键重置下看看,这些一直都有的,所有配置参考下 #71

我想找出问题所在了:环境变量中加了# 简单授权认证密码 Go_Proxy_BingAI_AUTH_KEY 就会加载出来

我看看

配置了 Go_Proxy_BingAI_AUTH_KEY会加载不出来,前面少打一个字

v1.8.2 已修复

github-actions bot pushed a commit to Nothingness-Void/go-proxy-bingai that referenced this issue Aug 4, 2023
[Fix] 🐛 WelcomeTitle display for mobile device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants