17 Jun
2015
17 Jun
'15
12:03 p.m.
* Lukas Fleischer <lfleischer@archlinux.org> (Wed, 17 Jun 2015 13:43:36 +0200):
Looks neater to me, less clutter. But shouldn't we at least add a line like
error_log /var/log/nginx/aurweb.error.log notice;
without it, I didn't get an error log at all and it's hard to debug things without one.
Is that really needed? The default path for error logs is /var/log/nginx/error.log. I prefer a minimal working example...
Agreed, but I didn't get that one at first. Hmm, I now see a DOMAINNAME.error.log, but it only contains one line, whereas I remember I had several issues at first. Nope, I just created an error when there was no error_log line in nginx.conf, but I don't get a log. Unrelated detail: the commit message ends with a full stop.