Yii2 route suffix .php nginx template!

On my problem have url route with suffix .php

I fix this problem nex configuration

location ^~ /exchange/ {
        try_files $uri $uri/ /index.php?$args;

}
Written on August 1, 2017