server config

This commit is contained in:
polo
2019-05-30 17:08:36 +00:00
parent 7eb4842141
commit 0773c33b32
3 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,8 @@ Rails.application.configure do
# Code is not reloaded between requests.
config.cache_classes = true
config.serve_static_assets = true
config.public_file_server.enabled = true
# Eager load code on boot. This eager loads most of Rails and
# your application in memory, allowing both threaded web servers
# and those relying on copy on write to perform better.