nixos/zammad: add proxy_http_version
According to https://github.com/zammad/zammad/blob/3790ddc89e8ae9d95f8239cc65e6b5f980ad1ef6/BREAKING_CHANGES.md#nginx-configuration-update this is required for Zammad 7.0.
This commit is contained in:
@@ -279,6 +279,7 @@ in
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.zammad.port}";
|
||||
recommendedProxySettings = true;
|
||||
root = "${config.services.zammad.package}/public/";
|
||||
extraConfig = # nginx
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user