Browse Source

fix nginx conf typo

Bachir Soussi Chiadmi 3 years ago
parent
commit
6430cdfaad

+ 1 - 1
assets/vhosts/drupal-ssl.nginxconf

@@ -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
assets/vhosts/drupal.nginxconf

@@ -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
assets/vhosts/simple-phpfpm.nginxconf

@@ -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;
 
 }