Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
change link SSL enforce
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuele committed May 10, 2021
1 parent 1ccadbc commit 4900bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Application < Rails::Application
# the framework and any gems in your application.

# Esto es para ver las imagenes sin SSL de UNQ
config.middleware.use Rack::SslEnforcer, :only_hosts => 'ufq.unq.edu.ar'
config.middleware.use Rack::SslEnforcer, only_hosts: 'ufq.unq.edu.ar/codnasq/assets'

# Don't generate system test files.
config.generators.system_tests = nil
Expand Down

0 comments on commit 4900bb6

Please sign in to comment.