Tom Willemse
Tom Willemse
Specifically this fixes an indentation issue with this: if ($host = example.com) { return 301 https://$host$request_uri; } # managed by Certbot Before this change this would have been indented as:...
The ‘nginx-indent-block’ function would get confused by braces in comments. Here is an example of how indentation could go wrong: server { # some comment with { # ... }...
Hi! I'd stopped using Tekuti for a while and when I came back to it I noticed that I couldn't run the latest version of it anymore. I also noticed...