nginx.rewrite 72 B

1234
  1. location /
  2. {
  3. try_files $uri $uri/ /index.php?uri=$uri&args=$args;
  4. }