Google Forms 使用 nginx 反向代理问题
现在配置如下:
server {
listen 80;
server_name docs.domain.net;
location / {
proxy_pass https://docs.google.com/;
proxy_set_header Accept-Encoding "";
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_redirect https://docs.google.com/ http://docs.domain.net/;
}
}
首次是可以访问了, 但无法使用. 问题如下:
- 内置的 fonts.googleapis.com 墙内无法访问
- 进行操作后又跳回 https://docs.google.com/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论