|
13 | 13 | config.eager_load = true
|
14 | 14 |
|
15 | 15 | # Full error reports are disabled and caching is turned on.
|
16 | | - config.consider_all_requests_local = false |
| 16 | + config.consider_all_requests_local = false |
17 | 17 | config.action_controller.perform_caching = true
|
18 | 18 |
|
19 | 19 | # Ensures that a master key has been made available in ENV["RAILS_MASTER_KEY"], config/master.key, or an environment
|
20 | 20 | # key such as config/credentials/production.key. This key is used to decrypt credentials (and other encrypted files).
|
21 | 21 | # config.require_master_key = true
|
22 | 22 |
|
23 | | - # Enable static file serving from the `/public` folder (turn off if using NGINX/Apache for it). |
24 | | - config.public_file_server.enabled = true |
| 23 | + # Disable serving static files from `public/`, relying on NGINX/Apache to do so instead. |
| 24 | + # config.public_file_server.enabled = false |
25 | 25 |
|
26 | 26 | # Compress CSS using a preprocessor.
|
27 | 27 | # config.assets.css_compressor = :sass
|
|
68 | 68 | # config.cache_store = :mem_cache_store
|
69 | 69 |
|
70 | 70 | # Use a real queuing backend for Active Job (and separate queues per environment).
|
71 | | - # config.active_job.queue_adapter = :resque |
| 71 | + # config.active_job.queue_adapter = :resque |
72 | 72 | # config.active_job.queue_name_prefix = "railsdiff_production"
|
73 | 73 |
|
74 | 74 | config.action_mailer.perform_caching = false
|
|
0 commit comments