We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36e1f1 commit fa2bd0aCopy full SHA for fa2bd0a
config/environments/production.rb
@@ -13,7 +13,7 @@
13
# if source.end_with?('png') || source.end_with?('gif') || source.end_with?('jpg')
14
# ''
15
# else
16
- request && request.ssl? ? 'https://ggtracker.com' : 'http://a1.ggtracker.com'
+ 'http://ggtracker.com'
17
# end
18
}
19
@@ -25,7 +25,7 @@
25
config.action_controller.perform_caching = true
26
27
# Disable Rails's static asset server (Apache or nginx will already do this)
28
- config.serve_static_assets = false
+ config.serve_static_assets = true
29
30
# Compress JavaScripts and CSS
31
config.assets.compress = true
0 commit comments