remove adminer

This commit is contained in:
2024-11-21 13:58:20 +01:00
parent 26f4647417
commit 9671e472cc
2 changed files with 9 additions and 9 deletions

View File

@ -49,8 +49,8 @@ http {
proxy_read_timeout 86400;
}
location /admin {
proxy_pass http://adminer:8080;
}
# location /admin {
# proxy_pass http://adminer:8080;
# }
}
}