diff --git a/CMS/Backend/nginx-siteBackend-unconfigured b/CMS/Backend/nginx-siteBackend-unconfigured index c639ded..29a12fd 100644 --- a/CMS/Backend/nginx-siteBackend-unconfigured +++ b/CMS/Backend/nginx-siteBackend-unconfigured @@ -19,6 +19,7 @@ location = /backend/netdata { location /backend/database { deny all; #enables/disables PHPMyadmin + index index.php index.html; alias /usr/share/phpmyadmin; location ~ \.php$ { include fastcgi_params;