fixes
This commit is contained in:
parent
2b5e584494
commit
5de57a417e
|
@ -5,12 +5,11 @@
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
recommendedBrotliSettings = true;
|
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
# recommendedZstdSettings = true;
|
|
||||||
commonHttpConfig = ''
|
commonHttpConfig = ''
|
||||||
error_log stderr;
|
error_log stderr;
|
||||||
access_log /var/log/nginx/access.log;
|
access_log /var/log/nginx/access.log;
|
||||||
|
|
Loading…
Reference in a new issue