fix nginx conf typo
This commit is contained in:
@@ -136,5 +136,5 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# website should not be displayed inside a <frame>, an <iframe> or an <object>
|
# 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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,6 +112,6 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# website should not be displayed inside a <frame>, an <iframe> or an <object>
|
# 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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,6 +37,6 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# website should not be displayed inside a <frame>, an <iframe> or an <object>
|
# 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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user