Method: Nginxtra::CLI#stop

Defined in:
lib/nginxtra/cli.rb

#stopObject



106
107
108
109
110
111
# File 'lib/nginxtra/cli.rb', line 106

def stop
  Nginxtra::Error.protect self do
    set_working_dir!
    Nginxtra::Actions::Stop.new(self, prepare_config!).stop
  end
end