1
0
Fork 0

Fix nginx syntax error

This commit is contained in:
Malte Brandy 2020-10-17 15:18:40 +02:00
parent e0ac3cde06
commit b77118ebc0
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -99,7 +99,7 @@
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
clientMaxBodySize = "500m"; clientMaxBodySize = "500m";
appendConfig = "acces_log off;"; appendConfig = "access_log off;";
}; };
}; };
programs = { programs = {