Hi all, My site works fine on apache server. But on Nginx server encountered a little trouble
visit at: https://ototuanphat.fdola.com/public/plugins/elFinder/elfinder.html Screenhot https://i1092.photobucket.com/albums/i414/thanhansoft/Untitled-1_zpsjzxwoxt4.png
this is my config .conf on Nginx
location / {
rewrite ^/(.*)$ /public/index.php?_url=/$1;
}
location @rewrite {
rewrite ^/(.*)$ /public/index.php?_url=/$1;
}
I need access to files elFinder.html, please help me