We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85625e2 commit 0cbcc53Copy full SHA for 0cbcc53
rootfs/etc/nginx/host.conf
@@ -31,3 +31,8 @@ location = /robots.txt {
31
location ~ ^/(?:\.htaccess){
32
deny all;
33
}
34
+
35
+location = /wp-admin/install.php {
36
+ deny all;
37
+}
38
0 commit comments