tv nginx: enable reload

This commit is contained in:
tv 2022-08-20 22:32:00 +02:00
parent 587015b9d7
commit b00873ffa7

View File

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