
All, I currently run my mirror on Apache with nginx serving as the front end reverse proxy. I would like to migrate the mirror to solely use nginx instead of Apache. I did a DDG search and turned up this thread http://archives.seul.org/or/mirrors/Jun-2009/msg00002.html Rather than reinvention the wheel, I would appreciate any notes you have on your implementations. If not, I will make sure to send my notes back to be used in the documentation. -- ---------------------------------------------------------------- | Patrick R. McDonald GPG Key: A2D1E972 | | https://www.antagonism.org/ <marlowe@antagonism.org> | | <mcdonald.patrick.r@gmail.com> | | <patrick@opensecurityfoundation.org> | ---------------------------------------------------------------- | Malo periculosam libertatem quam quietum servitium | ----------------------------------------------------------------

On Thu, Jan 05, 2012 at 08:49:15AM -0500, marlowe@antagonism.org wrote 2.5K bytes in 68 lines about: : Rather than reinvention the wheel, I would appreciate any notes you have : on your implementations. If not, I will make sure to send my notes back : to be used in the documentation. I can't imagine serving up our static html is difficult with nginx. At most, you probably have to define html.en as a mime type for text/html and make index.html.en the index file. Everything else should be just stock nginx config. -- Andrew http://tpo.is/contact pgp 0x74ED336B
participants (2)
-
andrew@torproject.org
-
Patrick R McDonald