Skip to content

A simple rails plugin that adds an action for your reverse proxy/load balancer to ping and not leave a rails log entry. #crc

License

Notifications You must be signed in to change notification settings

hughevans/proxy_ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProxyPing
=========

A simple rails plugin that adds an action for your reverse proxy/load balancer to ping and not leave a rails log entry.

Installation Instructions
=========================

In your rails app:

script/plugin install git://github.com/artpop/proxy_ping.git


You will need to add a route like so to your config/routes.rb:

map.route '/proxy_ping', :controller => 'proxy_ping', :action => 'ping'


Copyright (c) 2008 Hugh Evans & Tim Riley, released under the MIT license

About

A simple rails plugin that adds an action for your reverse proxy/load balancer to ping and not leave a rails log entry. #crc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages