I'm pretty bad in reg expression and nginx rewrite rules. I need help to figure rewrite rules for the following situation for NGINX.
http://example.com/blog/category1/postname => http://example.com/category1/postname
http://example.com/blog/category1/helloworld => http://example.com/category1/helloworld
Thank you in advance!