Skip to content

Commit

Permalink
community: dump to v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Jul 28, 2023
1 parent 155837c commit 6a2bf58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/community/templates/default/web_only.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ links:
# any extra arguments for Docker?
# docker_args:

# Latest Version v3.0.5
# Latest Version v3.0.6
params:
version: stable

Expand Down Expand Up @@ -124,7 +124,7 @@ hooks:
filename: "/etc/nginx/conf.d/discourse.conf"
from: /add_header.+/
to: |
add_header Strict-Transport-Security 'max-age=31536000; preload';
add_header Strict-Transport-Security 'max-age=63072000' always;
ssl_stapling on;
resolver <%= node[:networking][:nameservers].join(" ") %>;
resolver_timeout 5s;
Expand Down

0 comments on commit 6a2bf58

Please sign in to comment.