diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-04-17 16:18:20 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-04-19 11:10:00 -0600 |
| commit | 92554d8615a5fe3b45073a62eb5341f4598463d5 (patch) | |
| tree | 9b4ac40931680d43c78a7e36902d32566c78fe9f /sys/web/nginx.nix | |
| parent | 94082eb5943f483dda4c1c71e50e57ee665bcddf (diff) | |
sys/web/sites: add host site
Diffstat (limited to 'sys/web/nginx.nix')
| -rw-r--r-- | sys/web/nginx.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/web/nginx.nix b/sys/web/nginx.nix index fc24afe..b6e7414 100644 --- a/sys/web/nginx.nix +++ b/sys/web/nginx.nix @@ -50,6 +50,8 @@ in sslDhparam = config.security.dhparams.params.nginx.path; clientMaxBodySize = "42M"; + mapHashBucketSize = 128; + virtualHosts.default = { default = true; |
