Sha256: 1dce0282d4186b714251fcfc286b94bf8525f7b2ab57ae559ba9b12f07838e2c
Contents?: true
Size: 424 Bytes
Versions: 27
Compression:
Stored size: 424 Bytes
Contents
server { listen 80; server_name <%= fetch(:monit_web_domain) %>; location ^~ /.well-known/ { allow all; root <%= fetch(:monit_well_known_path, "/tmp/monit/well_known") %>; } location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $http_host; proxy_pass http://127.0.0.1:<%= fetch(:monit_http_port) %>; } }
Version data entries
27 entries across 27 versions & 1 rubygems