ruby-on-rails-server.ssl_options.rb Maven / Gradle / Ivy
The newest version!
# Be sure to restart your server when you modify this file.
# Configure SSL options to enable HSTS with subdomains.
Rails.application.config.ssl_options = { hsts: { subdomains: true } }
© 2015 - 2024 Weber Informatics LLC | Privacy Policy