diff --git a/fly.toml b/fly.toml index bacd1ac11..b6995d8af 100644 --- a/fly.toml +++ b/fly.toml @@ -19,8 +19,8 @@ BUNDLE_WITHOUT = "development:test" NEW_RELIC_BROWSER_MONITORING_AUTO_INSTRUMENT = "false" NEW_RELIC_LOG = "stdout" RACK_ENV = "production" -RACK_TIMEOUT_SERVICE_TIMEOUT = "25" -RACK_TIMEOUT_WAIT_TIMEOUT = "30" +RACK_TIMEOUT_SERVICE_TIMEOUT = "15" +RACK_TIMEOUT_WAIT_TIMEOUT = "10" RAILS_ENV = "production" RAILS_LOG_TO_STDOUT = "enabled" RAILS_MAX_THREADS = "5" @@ -52,13 +52,13 @@ method = "GET" timeout = "5s" path = "/" -# [[statics]] -# guest_path = "/app/public/assets" -# url_prefix = "/assets" +[[statics]] +guest_path = "/app/public/assets" +url_prefix = "/assets" -# [[statics]] -# guest_path = "/app/public/images" -# url_prefix = "/images" +[[statics]] +guest_path = "/app/public/images" +url_prefix = "/images" [[vm]] memory = '512mb'