[pi4] Nginx reload on change instead of restart

This commit is contained in:
2025-06-23 17:47:35 +00:00
parent c29acb0902
commit 70b5d5fd4d
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
{ {
pkgs,
config, config,
common, common,
... ...

View File

@ -25,6 +25,7 @@ in
{ {
services.nginx = { services.nginx = {
enable = true; enable = true;
enableReload = true;
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;