Libraries
»
nginx-server
(0.0.1)
»
Index
»
Nginx
»
Config
»
#map
Method: Nginx::Config#map
Defined in:
lib/nginx/server.rb
#
map
(matcher, app) ⇒
Object
35 36 37
# File 'lib/nginx/server.rb', line 35
def
map
matcher
,
app
@maps
[
matcher
]
=
app
end