fix nginx conf typo

This commit is contained in:
2020-06-23 10:40:34 +02:00
parent 99c26878d8
commit 6430cdfaad
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -136,5 +136,5 @@ server {
}
# website should not be displayed inside a <frame>, an <iframe> or an <object>
add_header X-Frame-Options SAMEORIGIN;;
add_header X-Frame-Options SAMEORIGIN;
}
+1 -1
View File
@@ -112,6 +112,6 @@ server {
}
# website should not be displayed inside a <frame>, an <iframe> or an <object>
add_header X-Frame-Options SAMEORIGIN;;
add_header X-Frame-Options SAMEORIGIN;
}
+1 -1
View File
@@ -37,6 +37,6 @@ server {
}
# website should not be displayed inside a <frame>, an <iframe> or an <object>
add_header X-Frame-Options SAMEORIGIN;;
add_header X-Frame-Options SAMEORIGIN;
}