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:
parent
91783a13d2
commit
0cbb5ef446
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue