nginx.htaccess 64 B

123
  1. location / {
  2. try_files $uri $uri/ /index.php$is_args$args;
  3. }