diff --git a/etc/nginx/common/locations.conf b/etc/nginx/common/locations.conf index 22536e02..dc209d3b 100644 --- a/etc/nginx/common/locations.conf +++ b/etc/nginx/common/locations.conf @@ -72,3 +72,8 @@ location /phpMyAdmin { location /phpmyadmin { return 301 https://$host:22222/db/pma; } + +# Adminer Settings +location /adminer { + return 301 https://$host:22222/db/adminer; +}