method

configure

configure()
public

No documentation available.

# File railties/lib/rails/mongrel_server/commands.rb, line 320
      def configure
        options [
          ['-c', '--chdir PATH', "Change to dir before starting (will be expanded)", :@cwd, '.'],
          ['-P', '--pid FILE', "Where the PID file is located", :@pid_file, "log/mongrel.pid"]
        ]
      end