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

Version Path
magic_recipes_two-0.0.94 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.93 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.91 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.90 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.89 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.88 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.87 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.86 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.85 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.84 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.83 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.82 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.81 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.80 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.79 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.78 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.77 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.76 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.75 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb
magic_recipes_two-0.0.74 lib/generators/capistrano/magic_recipes/templates/monit/nginx_conf.erb