Comment on Show HN: An open-source media hosting site that's anonymous and fastparentComments−spindritf13yThose rewrites you're usinghttps://github.com/MediaCrush/MediaCrush/blob/master/config/... (BTW, how to hightlight two separate lines?)are considered taxinghttp://wiki.nginx.org/Pitfalls#Taxing_Rewritesand you could replace them with just a "return."I love the idea, the fact that you provide all the configs, that it's written in python... it's a really great project.−jdiez17OP13yOh, didn't know about that. Well, that's the good thing about being open source - you have some knowledge we didn't have, so submit a pull request fixing it, I'll merge it, and we'll all be a little bit happier.Thanks for the heads up!
Comments
Those rewrites you're using
https://github.com/MediaCrush/MediaCrush/blob/master/config/... (BTW, how to hightlight two separate lines?)
are considered taxing
http://wiki.nginx.org/Pitfalls#Taxing_Rewrites
and you could replace them with just a "return."
I love the idea, the fact that you provide all the configs, that it's written in python... it's a really great project.
Oh, didn't know about that. Well, that's the good thing about being open source - you have some knowledge we didn't have, so submit a pull request fixing it, I'll merge it, and we'll all be a little bit happier.
Thanks for the heads up!