ingress-proxy: fixup
This commit is contained in:
parent
595c795024
commit
b511f16e49
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,8 @@ in {
|
|||
recommendedGzipSettings = true;
|
||||
recommendedZstdSettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedProxySettings = true;
|
||||
|
||||
clientMaxBodySize = "150m";
|
||||
|
||||
upstreams = {
|
||||
|
@ -48,7 +50,6 @@ in {
|
|||
http3 = true;
|
||||
forceSSL = lib.mkDefault true;
|
||||
enableACME = true;
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
static = { src ? null, url ? null, rev ? null, aliases ? [] }: {
|
||||
serverAliases = aliases;
|
||||
|
|
Loading…
Add table
Reference in a new issue