Skip to content

Commit

Permalink
SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Cunha committed Jan 5, 2017
1 parent 1fbe0db commit dbf78e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
set :linked_files, %w{config/secrets.yml config/application.yml}

# Default value for linked_dirs is []
set :linked_dirs, %w{pids sockets log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}
set :linked_dirs, %w{pids sockets log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system public/.well-known}

# Default value for keep_releases is 5
set :keep_releases, 10
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX

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

# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
Expand Down

0 comments on commit dbf78e5

Please sign in to comment.