tv nginx: enable reload

This commit is contained in:
tv 2022-08-20 22:32:00 +02:00
parent 587015b9d7
commit b00873ffa7
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ with import <stockholm/lib>;
{
services.nginx = {
enableReload = true;
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedTlsSettings = true;