Skip to content

Commit

Permalink
Merge pull request #4417 from benwbrum/4130-externalize-rack-attack-i…
Browse files Browse the repository at this point in the history
…nitializer

Externalize rack attack initializer #4130
  • Loading branch information
saracarl authored Nov 18, 2024
2 parents 753d34d + d5282de commit 7213f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# set :pty, true

# Default value for :linked_files is []
set :linked_files, %w{config.ru config/database.yml config/environments/production.rb config/initializers/01fromthepage.rb config/initializers/omniauth.rb config/newrelic.yml public/robots.txt}
set :linked_files, %w{config.ru config/database.yml config/environments/production.rb config/initializers/01fromthepage.rb config/initializers/rack_attack.rb config/initializers/omniauth.rb config/newrelic.yml public/robots.txt}

# Default value for linked_dirs is []
# set :linked_dirs, %w{bin log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
Expand Down

0 comments on commit 7213f0d

Please sign in to comment.