Top Level Namespace
Defined Under Namespace
Modules: Nginxtra
Instance Method Summary collapse
-
#nginxtra(*args, &block) ⇒ Object
This is an alias for constructing a new Nginxtra::Config object.
Instance Method Details
#nginxtra(*args, &block) ⇒ Object
This is an alias for constructing a new Nginxtra::Config object. It is used for readability of the nginxtra.conf.rb config file. Example usage:
nginxtra.config do
...
end
680 681 682 |
# File 'lib/nginxtra/config.rb', line 680 def nginxtra(*args, &block) Nginxtra::Config.new(*args, &block) end |