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