secured phpmyadmin with basic_auth

This commit is contained in:
2019-04-20 15:47:38 +02:00
parent 81a0dff38c
commit 223a6c5f97
2 changed files with 7 additions and 10 deletions
+2
View File
@@ -33,6 +33,8 @@ server {
location /phpmyadmin {
root /usr/share/webapps/;
auth_basic "Admin Login";
auth_basic_user_file passwds;
# Deny static files
location ~ ^/phpMyAdmin/(README|LICENSE|ChangeLog|DCO)$ {