This commit is contained in:
Bachir Soussi Chiadmi
2018-04-06 11:09:48 +02:00
parent 8f21321eaf
commit 12b96c64ba
5 changed files with 2 additions and 308 deletions

View File

@@ -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) {