added index setting for PHPMyAdmin

This commit is contained in:
Bram Prieshof
2020-03-12 11:14:23 +01:00
parent 2c723edd04
commit 6ddb357a0c

View File

@@ -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;