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 c3427a4 commit 29d187eCopy full SHA for 29d187e
nginx/nginx.conf
@@ -2,6 +2,8 @@ server {
2
listen 80;
3
charset utf-8;
4
5
+ add_header X-Frame-Options DENY;
6
+
7
location / {
8
root /var/www/html;
9
try_files $uri $uri/ /index.html;
0 commit comments