We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b74c72 commit 4ca70faCopy full SHA for 4ca70fa
defaults/main.yml
@@ -64,7 +64,7 @@ resolver: 8.8.8.8 8.8.4.4 208.67.222.222 208.67.220.220 valid=60s
64
resolver_timeout: 2s
65
66
# Load Configs
67
-conf_files: /etc/nginx/conf.d/*.con
+conf_files: /etc/nginx/conf.d/*.conf
68
sites_enabled: /etc/nginx/sites-enabled/*
69
70
# ## nginx.conf end ##
@@ -73,7 +73,7 @@ sites_enabled: /etc/nginx/sites-enabled/*
73
74
# Security Headers
75
header_options: |
76
- add_header X-Frame-Options "SAMEORIGIN" alway;
+ add_header X-Frame-Options "SAMEORIGIN" always;
77
add_header X-XSS-Protection "1; mode=block" always;
78
add_header X-Content-Type-Options "nosniff" always;
79
add_header Referrer-Policy "no-referrer-when-downgrade" always;
0 commit comments