diff options
| author | seth <[email protected]> | 2023-12-11 13:56:31 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-11 14:01:17 -0500 |
| commit | 0aaaf2dee691080da3d927ec1f5634dd671ba079 (patch) | |
| tree | 928942710f4e38087b76240d9854d6b77d3fec33 /systems/atlas/nginx.nix | |
| parent | ef70e7e565ab153ee5dc2bbe580c6442cfc5a4f5 (diff) | |
Revert "ci: use gha & attic for building/caching"
Diffstat (limited to 'systems/atlas/nginx.nix')
| -rw-r--r-- | systems/atlas/nginx.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/systems/atlas/nginx.nix b/systems/atlas/nginx.nix index dc40282..866b605 100644 --- a/systems/atlas/nginx.nix +++ b/systems/atlas/nginx.nix @@ -13,17 +13,12 @@ in { services.nginx = { enable = true; - clientMaxBodySize = "2048m"; # 2GB recommendedGzipSettings = true; recommendedOptimisation = true; recommendedProxySettings = true; recommendedTlsSettings = true; virtualHosts = { - "cache.${domain}" = { - locations = mkProxy "/" "5000"; - }; - "miniflux.${domain}" = { locations = mkProxy "/" "7000"; }; |
