Andrew Clayton
Andrew Clayton
Quick question. Are you using wss:// in production? does ws:// work there?
If you hit the thing with `curl -v ...` does that provide any useful messages? You could try explicitly specifying :443 in the url, but that would seem a little...
> I might be a bit dense, but what do you want me to hit with verbose curl? Yes, ignore me. Many years ago I wrote a websocket server and...
Oh yeah, we're missing documentation for the new 'factory' option... I'll add it to my other PR...
`restart` may be be a little heavy handed, does `reload` behave differently?
Heh, absolutely not! For me GNU is one of the _worst_ coding styles ever and is just an unreadable mess... To quote [Linus](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst?h=v6.12-rc4#n12) > First off, I'd suggest printing out...
May as well close all these off... there is no desire to change the coding-style and using clang-format(1) to wholesale reformat the code just isn't practical (yet).
You will need to ensure that the user that Unit is running as has permissions to create the directory. mkdir(2) needs write permission on the parent directory.
Looks like you've got it sussed. Closing this now. Feel free re-open if required.
How was this file generated and where do all the comments come from?