Disabling asset_host. turbolinks and asset bundling should be more than enough.

Ideally http2 will improve things...
This commit is contained in:
echarp 2017-05-04 23:33:40 +02:00
parent 9c515a5cf1
commit 2de8faa870
4 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ Rails.application.configure do
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'
config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to

View File

@ -62,7 +62,7 @@ Rails.application.configure do
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'
config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to

View File

@ -62,7 +62,7 @@ Rails.application.configure do
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'
config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to

View File

@ -62,7 +62,7 @@ Rails.application.configure do
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.action_controller.asset_host = 'http://assets.example.com'
config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# config.action_controller.asset_host = '//assets%d.agendadulibre.org'
# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to