config.ru 314 B

123456789
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. # This file is used by Rack-based servers to start the application.
  3. require File.expand_path('config/environment', __dir__)
  4. run Zammad::Application
  5. # set config to do no self notification
  6. Rails.configuration.webserver_is_active = true