Sha256: 56b1c28faed6b89d609d1e349204719607cc547b6de3f440175ce85192ff92ff
Contents?: true
Size: 327 Bytes
Versions: 1
Compression:
Stored size: 327 Bytes
Contents
server { listen 80; location / { proxy_pass http://<%= listen_spec %>; proxy_set_header Host $host; proxy_set_header Connection ""; # for upstream keepalive proxy_http_version 1.1; # for upstream keepalive proxy_connect_timeout 5s; proxy_send_timeout 20s; proxy_read_timeout 20s; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hako-0.1.0 | lib/hako/templates/nginx.conf.erb |