| user nginx; | |
| # Set this to match the number of CPU cores | |
| worker_processes 2; | |
| events { worker_connections 1024; } | |
| http { | |
| server_names_hash_bucket_size 64; | |
| types_hash_max_size 2048; | |
| server_tokens off; | |
| include mime.types; | |
| default_type application/octet-stream; |