Skip to content

Commit 4ca70fa

Browse files
author
ecaepp
committed
[FIX] Typos, indentation.
Signed-off-by: ecaepp <[email protected]>
1 parent 5b74c72 commit 4ca70fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resolver: 8.8.8.8 8.8.4.4 208.67.222.222 208.67.220.220 valid=60s
6464
resolver_timeout: 2s
6565

6666
# Load Configs
67-
conf_files: /etc/nginx/conf.d/*.con
67+
conf_files: /etc/nginx/conf.d/*.conf
6868
sites_enabled: /etc/nginx/sites-enabled/*
6969

7070
# ## nginx.conf end ##
@@ -73,7 +73,7 @@ sites_enabled: /etc/nginx/sites-enabled/*
7373

7474
# Security Headers
7575
header_options: |
76-
add_header X-Frame-Options "SAMEORIGIN" alway;
76+
add_header X-Frame-Options "SAMEORIGIN" always;
7777
add_header X-XSS-Protection "1; mode=block" always;
7878
add_header X-Content-Type-Options "nosniff" always;
7979
add_header Referrer-Policy "no-referrer-when-downgrade" always;

0 commit comments

Comments
 (0)