nginx.htaccess 68 B

1234
  1. location / {
  2. try_files $uri $uri/ /index.php?$query_string;
  3. }