✨ [pi4] Nginx reload on change instead of restart
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
common,
|
||||
...
|
||||
|
@ -25,6 +25,7 @@ in
|
||||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
enableReload = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
||||
|
Reference in New Issue
Block a user