最近有个有意思的小问题,nginx 配置了正向代理,但是始终报错,404 not found. 经过一番蒸腾之后,发现原来是一个斜杠 / 的问题。 在nginx配置中: 情况一: location /proxy/ { proxy_pass http://127.0.0.1:8080/; } …
Leave a Comment标签:404
自己改写了wordpress windows IIS下伪静态设置.解决了博客的伪静态404的问题
Leave a Comment还有点梦想的IT工程师
最近有个有意思的小问题,nginx 配置了正向代理,但是始终报错,404 not found. 经过一番蒸腾之后,发现原来是一个斜杠 / 的问题。 在nginx配置中: 情况一: location /proxy/ { proxy_pass http://127.0.0.1:8080/; } …
Leave a Comment自己改写了wordpress windows IIS下伪静态设置.解决了博客的伪静态404的问题
Leave a Comment