cleaning
This commit is contained in:
@@ -4,9 +4,7 @@ server {
|
||||
# server_name phpmyadmin.idroot.net;
|
||||
root /usr/share/phpmyadmin;
|
||||
|
||||
location / {
|
||||
index index.php;
|
||||
}
|
||||
index index.php;
|
||||
|
||||
## Images and static content is treated different
|
||||
location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|xml)$ {
|
||||
@@ -15,7 +13,7 @@ server {
|
||||
}
|
||||
|
||||
location ~ /\.ht {
|
||||
deny all;
|
||||
deny all;
|
||||
}
|
||||
|
||||
location ~ /(libraries|setup/frames|setup/libs) {
|
||||
|
||||
Reference in New Issue
Block a user