Sha256: b7b0c1f443056096aa6d03072f9821442e343b762460d920766bb2c0b5275808
Contents?: true
Size: 383 Bytes
Versions: 1
Compression:
Stored size: 383 Bytes
Contents
worker_processes 1; error_log /tmp/glowworm-nginx-error.log; pid /tmp/glowworm-nginx-nginx.pid; events { worker_connections 1024; } http { access_log /tmp/glowworm-nginx-access.log; sendfile on; keepalive_timeout 65; tcp_nodelay on; gzip on; gzip_disable "MSIE [1-6]\.(?!.*SV1)"; include /tmp/glowworm-nginx.conf; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
glowworm-0.3.0 | test/integration/nginx.conf |