diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-08 02:56:59 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-08 02:56:59 -0500 |
commit | 2227a2c0aa044b22eff4cd5355c1f30f31bb77ad (patch) | |
tree | 9e18c094ef744125527963456fccd9d29aa1223e /roles/private/files/nginx.conf | |
parent | ce4c85dd6f99506128bb125e26728a7416660397 (diff) | |
download | oldinfra-2227a2c0aa044b22eff4cd5355c1f30f31bb77ad.tar.gz oldinfra-2227a2c0aa044b22eff4cd5355c1f30f31bb77ad.zip |
roundcube
Diffstat (limited to 'roles/private/files/nginx.conf')
-rw-r--r-- | roles/private/files/nginx.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/private/files/nginx.conf b/roles/private/files/nginx.conf index f978052..6ddd8ab 100644 --- a/roles/private/files/nginx.conf +++ b/roles/private/files/nginx.conf @@ -1,7 +1,6 @@ user www-data; worker_processes 4; pid /run/nginx.pid; -load_module modules/ndk_http_module.so; events { worker_connections 768; |