Skip to content

Commit

Permalink
Add missing nginx rewrite rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake committed Feb 15, 2014
1 parent c41bc6c commit 6dc69c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup/httpdconf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ server
include /etc/nginx/fastcgi_params;
fastcgi_param SCRIPT_FILENAME $puush$fastcgi_script_name;
}
}

location /
{
rewrite ^/(([^/.]+)/?)*?$ /index.php last;
}
}

0 comments on commit 6dc69c0

Please sign in to comment.