Skip to content

Commit d0b0888

Browse files
author
Alexandros Ioannides
authored
PMA minor security enhancement
1 parent 2aeb3e9 commit d0b0888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/deb/nginx/phpmyadmin.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ location /phpmyadmin {
22
alias /usr/share/phpmyadmin/;
33

44
location ~ /(libraries|setup) {
5+
deny all;
56
return 404;
67
}
78

0 commit comments

Comments
 (0)