More secure alias for starting thin client on localhost only

This commit is contained in:
Yan Pritzker 2015-08-12 17:11:09 -05:00
parent 4fd92891ad
commit 75b5b18bb1

View File

@ -144,7 +144,7 @@ alias gz='tar -zcvf'
alias c='rails c' # Rails 3
alias co='script/console' # Rails 2
alias cod='script/console --debugger'
alias ts='thin start'
alias ts='thin start -a 127.0.0.1'
alias ms='mongrel_rails start'
alias tfdl='tail -f log/development.log'
alias tftl='tail -f log/test.log'