events { worker_connections 1024;}http { server { index index.php; }}
worker_processes 5;daemon off;events { worker_connections 4096; # Default: 1024}http { index index.html index.htm index.php; default_type application/octet-stream; server_names_hash_bucket_size 128; # this seems to be required for some vhosts server { add_header X-Frame-Options "SAMEORIGIN"; add_header X-Content-Type-Options "nosniff"; index index.php; charset utf-8; }}