X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..42c20b25e1325124b88e3b9b285544dc41122b56:/apps/workbench/config/environments/production.rb.example diff --git a/apps/workbench/config/environments/production.rb.example b/apps/workbench/config/environments/production.rb.example index 492b11842f..ea2cf34e3d 100644 --- a/apps/workbench/config/environments/production.rb.example +++ b/apps/workbench/config/environments/production.rb.example @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + ArvadosWorkbench::Application.configure do # Settings specified here will take precedence over those in config/application.rb @@ -9,7 +13,7 @@ ArvadosWorkbench::Application.configure do config.action_controller.perform_caching = true # Disable Rails's static asset server (Apache or nginx will already do this) - config.serve_static_assets = false + config.public_file_server.enabled = false # Compress JavaScripts and CSS config.assets.js_compressor = :uglifier