1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

did not deal correctly with no trailing /slash

This commit is contained in:
George Hunt 2021-03-17 22:25:17 +00:00
parent 91783a13d2
commit 0cbb5ef446

View file

@ -10,6 +10,6 @@ location ~ ^/phpmyadmin/(.*)\.php{
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
include fastcgi_params;
}
location /phpmyadmin/{
root /opt/;
location /phpmyadmin{
root /opt;
}