nginx.htaccess 66 B

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