Don't override the http config
This commit is contained in:
parent
9a8441f74e
commit
5e8139dab8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
additionalModules = [ pkgs.nginxModules.brotli ];
|
||||
clientMaxBodySize = "100m";
|
||||
enable = true;
|
||||
httpConfig = ''
|
||||
appendHttpConfig = ''
|
||||
brotli on;
|
||||
brotli_types
|
||||
application/atom+xml
|
||||
|
|
Loading…
Reference in a new issue