Sha256: 3f1346d5d524f98c5353f1b9beda1708b62805a25140789e6f27fb94949e363d
Contents?: true
Size: 223 Bytes
Versions: 3
Compression:
Stored size: 223 Bytes
Contents
upstream local-[APPLICATION]{ server 127.0.0.1:[PORT]; } server { listen 8080; server_name [APPLICATION].*; location / { proxy_pass http://local-[APPLICATION]; proxy_set_header Host $http_host; } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
halfday-0.1.3 | lib/halfday/nginx/templates/app.conf |
halfday-0.1.2.1 | lib/halfday/nginx/templates/app.conf |
halfday-0.1.2 | lib/halfday/nginx/templates/app.conf |