ginuerzh
ginuerzh
FAQs整理
此处为FAQs汇总帖,可以提出你的疑问,或给出见解,后面会统一放到WIKI中。
Sometimes we need to batch loading or saving cache objects, so MGET/MSET should make life easier.
### I did this curl sends the proxy protocol header twice. For HTTPS request: ``` curl -k -x localhost:8080 --haproxy-protocol https://localhost:8000 ``` After connected to proxy server, it send the...
Version: ghcr.io/go-shiori/shiori:v1.5.3-6-g3deeda7 postgres:14.5-alpine3.16 log: ``` time="2022-08-17T05:14:11Z" level=warning msg="GET /api/bookmarks?keyword=ndt&tags=&exclude=&page=1" proto=HTTP/1.1 remote="10.42.1.25:45580" reqlen=0 size=61 status=500 ``` ``` 2022-08-17 05:14:11.273 UTC [7045] ERROR: syntax error at or near "AGAINST" at character 101...
I use ejabberd 16.03 on ubuntu 14.04 my mod_restful config: listen: - port: 5289 module: ejabberd_http request_handlers: "/api": mod_restful mod_restful: api: - path: ["admin"] module: mod_restful_admin params: key: "admin" allowed_commands:...