Jay Caines-Gooby
Jay Caines-Gooby
I imported my error logs, and I can query stats: ``` GET http://127.0.0.1:9200/nxapi/events/_search [status:200 request:0.018s] # example.com 52.89% (total:11775/22264) ... # Top URI(s) : GET http://127.0.0.1:9200/nxapi/events/_search [status:200 request:0.041s] # /foo...
When I run `nxtool.py -c nxapi.json -x` the last line looks like: ``` # Top Country(ies) : GET http://127.0.0.1:9200/nxapi/events/_search [status:200 request:0.030s] --malformed-- ``` which I guess is to do with...
Add this to your data page's frontmatter ``` pagination: enabled: true ``` Instead of paginating posts, the pagination will be for the entries in that page's data. So if your...
A the moment we show values like `.039445` - these should probably be `0.039445`
The idea comes from a fork that I can’t find atm
See this fork https://github.com/jaygooby/ttfb.sh/commit/b6614ff8791caa5fca2a530398b87037ad9ebc8d
See this fork https://github.com/jaygooby/ttfb.sh/compare/master...mmierzwa:ttfb.sh:master
Looks like the spigot.yml was missing the `download/` prefix (where the `latest.yml` file lives) as this was failing for me: ``` ansible-playbook -i spigot.example.com, playbook.yml [DEPRECATION WARNING]: Included file '/Users/jay/ansible-minecraft/latest.yml'...
when doing canonical redirect. Under caddy `v2.6.2` the query-string is lost. This is related to https://github.com/caddyserver/caddy/pull/5253 which does the same thing when browsing is enabled, but does not fix it...
I'm using nginx_upstream_check_module in conjunction with https://github.com/itoffshore/nginx-upstream-fair. I was hoping to show the [upstream-fair score](https://github.com/itoffshore/nginx-upstream-fair/blob/master/ngx_http_upstream_fair_module.c#L878) on the upstream-check's status page, but it's been a while (cough decades cough) since I...