Sha256: 7b0e49a08677765ba1e2a328781e2b1c3f2cd61116fbeec7cfceaa5b5853664c
Contents?: true
Size: 156 Bytes
Versions: 66
Compression:
Stored size: 156 Bytes
Contents
server { listen {{status_port}}; server_name localhost; location / { stub_status on; access_log off; allow 127.0.0.1; deny all; } }
Version data entries
66 entries across 66 versions & 1 rubygems