There are currently 5 posts.
Font size: Small - 100% (Default)  Content converter: No conversion
 
Clicks Replies
1497 4
【bug】新版手机版访问不了C++吧
巨大八爪鱼
武林盟主 二十一级
Reply
Floor 1 Posted at: 10/29/24 22:15
https://zh.purasbar.com/mobile/bar/C%2B%2B
您搜索的C  吧尚未建立,由于该名称含有特殊字符,系统不允许建立。
巨大八爪鱼
武林盟主 二十一级
Reply
Floor 2 Posted at: 10/30/24 10:21
试了下,估计是nginx的问题。apache那端没有问题。
 
巨大八爪鱼: 目测只要经过了nginx就有问题。不经过nginx直接访问apache则没有问题。
  10/30/24 11:28 Reply
巨大八爪鱼: 在转发过程中,%2B被还原成了+,+又被浏览器还原成了空格。
  10/30/24 12:08 Reply
巨大八爪鱼
武林盟主 二十一级
Reply
Floor 3 Posted at: 11/3/24 19:48
参考下面的文章
https://serverfault.com/questions/459369/disabling-url-decoding-in-nginx-proxy
解决了。原因是nginx里面proxy_pass不能以/结尾。
正确的写法:
location /foo {
   proxy_pass http://localhost:8080;
}
错误的写法:
location /foo {
   proxy_pass http://localhost:8080/;
}
Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.
(Shortcut key: Ctrl+Enter)
Post Information
Clicks: 1497 Replies: 4
Author: 巨大八爪鱼
Last reply: ----
Last reply time: 6/19/26 5:09
Good area: 已处理区
Bar Hot Posts
Bar Good Posts
Announcements