feat(nginx): enableReload

This commit is contained in:
arcnmx 2024-05-03 08:57:21 -07:00
parent 0121e41683
commit fc930cd4a2

View file

@ -15,6 +15,7 @@ in {
services.nginx = {
enable = true;
enableReload = mkDefault true;
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;