tp5 pseudo-static - pagoda

location / {
          if (!-e $request_filename) {
                rewrite ^(.*)$ /index.php?s=$1 last;
                break;
          }
       }

 

Guess you like

Origin www.cnblogs.com/dongbo/p/10984498.html