diff --git a/config/puma.rb b/config/puma.rb index 12c9886df03..0fea9a24873 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -3,7 +3,7 @@ if ENV['RAILS_ENV'] == 'production' # First, you need to change these below to your situation. - APP_ROOT = '/home/discourse/discourse' + APP_ROOT = ENV["APP_ROOT"] || '/home/discourse/discourse' num_workers = ENV["NUM_WEBS"].to_i > 0 ? ENV["NUM_WEBS"].to_i : 4 # Second, you can choose how many threads that you are going to run at same time.