jozefRudy
jozefRudy
not sure if i am up to a task. Also, maybe unrelated, `taskResult` cannot extract from simple `option` with let! Any advice on this?
yes, makes sense using `Result.requireSome` as an example, thanks
I would also appreciate official guide to caching in nginx mentioned by @tats-u , it would be immensely helpful. my hypothesis here is this, feedback welcome, so that we can...
> You may want to redirect from a URL with a trailing `/` to that without it. Also you should use the port 443 with `ssl h2` instead of 80...
> [@jozefRudy](https://github.com/jozefRudy), `error_page 404 404.html;` seems also in deal. > > And also `location ~* ^(.*)/$ { return 301 $1; }` gives for me recursion error. yes, as @tats-u mentioned,...
> You may want to redirect from a URL with a trailing `/` to that without it. Also you should use the port 443 with `ssl h2` instead of 80...