Sha256: 3a9b108823659d13a9540cd4c0e171ccbe00f8b49e616898ce227580f0d4983c
Contents?: true
Size: 754 Bytes
Versions: 4
Compression:
Stored size: 754 Bytes
Contents
#user nobody; worker_processes 1; events { worker_connections 1024; } http { passenger_root /usr/local/lib/ruby/gems/1.8/gems/passenger-3.0.0; passenger_ruby /usr/local/bin/ruby; include mime.types; default_type application/octet-stream; sendfile on; #keepalive_timeout 0; keepalive_timeout 65; gzip on; gzip_buffers 16 8k; gzip_disable "MSIE [1-6]\."; gzip_proxied any; gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript; client_max_body_size 100m; passenger_max_pool_size 10; # standup place server fragments here # standup place server fragments here }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
standup-0.3.2 | scripts/passenger/nginx.conf |
standup-0.3.1 | scripts/passenger/nginx.conf |
standup-0.3.0 | scripts/passenger/nginx.conf |
standup-0.2.0 | scripts/passenger/nginx.conf |