Nginx: Difference between revisions
imported>Aviallon Removed info about rate limiting, as it is fixed according to https://github.com/NixOS/nixpkgs/issues/38144#issuecomment-841843438 |
imported>Bronson it's easier to edit configuration.nix than remount the nginx config r/w. |
||
Line 26: | Line 26: | ||
==== SIGTERM received from 1 ==== | ==== SIGTERM received from 1 ==== | ||
If you turn debug logging on | If you turn debug logging on: | ||
<pre> | <pre> | ||
services.nginx.logError = "stderr debug"; | |||
</pre> | </pre> | ||