我遇到的问题 创建后,访问显示404 我创建了项目danni3.gitee.io,访问https://danni3.gitee.io/danni3.gitee.io/可以,但是访问danni3.gitee.io不行。 404 Not Found openresty/1.13.6.2 官网有说,项目必须和你的id一致。 这个和github不太一样 但是也表示gitee支持多个项目发布到pages,不错 接着我把仓库名字...
#uri 匹配成功$curl http://127.0.0.1:9080/hello -iHTTP/1.1 200 OK ...#uri 匹配失败$curl http://127.0.0.1:9080/12ab -iHTTP/1.1 404 Not Found ... 如果你想了解vars字段的更多信息,请参考lua-resty-expr。 Upstream 节点是否支持配置FQDN地址?
---如果参数 key 在字典中 不 存在 (或已经过期),success 返回值为 false,同时 err 返回 "not found" (没找到)。function shared:replace(key,value,exptime,flags) end ---ngx.shared.DICT.delete ---语法: ngx.shared.DICT:delete(key)
} # 不加 =200,则返回的就是原先的http错误码;配上后如果出现500等错误都返回给用户200状态,并跳转至/default_api error_page 404 500 502 503 504 =200 /default_api; location = /default_api { default_type application/json; return 200 '{"code":"-1","msg":"invoke fail, not found "}'; ...
} # 不加 =200,则返回的就是原先的http错误码;配上后如果出现500等错误都返回给用户200状态,并跳转至/default_api error_page 404 500 502 503 504 =200 /default_api; location = /default_api { default_type application/json; return 200 '{"code":"-1","msg":"invoke fail, not found "}'; ...
#4224 fix monitor test after move to openresty #4225 Update image dependencies #4226 Update nginx image #4227 Fix misspelled and e2e check #4229 Do not send empty certificates to nginx #4232 override least recently used entries when certificate_data dict is full #4233 Update nginx image to 0.9...
PUT requests with payloads containing non-existing primary keys for entities now return HTTP 404 Not Found, instead of HTTP 200 OK without a response body. #3007 On the / endpoint, ensure enabled_in_cluster shows up as an empty JSON Array ([]), instead of an empty JSON Object ({})....
and then apply the patch to your nginx source tree that fixes an important bug in the mainline Nginx core: https://raw.github.com/openresty/openresty/master/patches/nginx-1.4.3-upstream_truncation.patch (you do NOT need this patch if you are using nginx 1.5.3 and later versions.) after ...
fix: script does not work when the route is bound to a service #3678 fix: use openssl111 in openresty dir in precedence #3603 fix(zipkin): don't cache the per-req sample ratio #3522 For more changes, please refer to Milestone 2.3.0 Change fix: use luajit by default when run apisix...
(#14)Upgrade to v0.8 (#13)Upgrade `config.yaml` to v0.7 (#12)Upgrade to v0.7 (#11)bugfix: fixed the admin api 404 not found.#9 (#10)fixed: allow_admin address error in config.yaml (#7)Upgrade to v0.6 (#6)Add example (#4)feature: added Dockerfile for alpine.Add EXPOSE to...