Skip to content

Commit e30e297

Browse files
committed
fix: enable assume_ssl for SSL-terminating reverse proxy
1 parent db362be commit e30e297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
config.active_storage.service = :local
2626

2727
# Assume all access to the app is happening through a SSL-terminating reverse proxy.
28-
# config.assume_ssl = true
28+
config.assume_ssl = true
2929

3030
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
3131
# config.force_ssl = true

0 commit comments

Comments
 (0)