Answers for "405 not allowed on synology webstation"

0

405 not allowed on synology webstation

if (-f $request_filename/index.html){
        rewrite (.*) $1/index.html break;
}
if (-f $request_filename/index.php){
        rewrite (.*) $1/index.php;
}
if (!-f $request_filename){
        rewrite (.*) /index.php;
}
Posted by: Guest on September-13-2021

Code answers related to "405 not allowed on synology webstation"

Browse Popular Code Answers by Language