Apache SSL configuration, basic tests for Registry app via mod_epp

This commit is contained in:
Martin Lensment 2014-06-19 16:58:43 +03:00
parent 3d84d37219
commit 7d4142abc2
10 changed files with 172 additions and 64 deletions

View file

@ -1,7 +1,6 @@
Rails.application.routes.draw do
namespace(:epp) do
get 'session/hello', to: 'sessions#greeting', defaults: { format: :xml }
post 'session/:command', to: 'sessions#proxy', defaults: { format: :xml }
match 'session/:command', to: 'sessions#proxy', defaults: { format: :xml }, via: [:get, :post]
end
# The priority is based upon order of creation: first created -> highest priority.