Bug #6993

Provide a nginx configuration sample for mirrors

Added by geb 2014-03-30 16:05:22 . Updated 2015-01-04 18:56:16 .

Status:
Resolved
Priority:
Low
Assignee:
Category:
Infrastructure
Target version:
Start date:
2014-03-30
Due date:
% Done:

0%

Feature Branch:
Type of work:
End-user documentation
Blueprint:

Starter:
0
Affected tool:
Deliverable for:

Description

On https://tails.boum.org/contribute/how/mirror/#index5h2 there is documentation for apache and lighttpd, but no nginx.

It should be nice to add an nginx one, like

server {
  listen   [::]:80;
  server_name dl.amnesia.boum.org;
  root /var/www/THE_PLACE_WHERE_YOU_WANT_OUR_FILES_TO_LIVE;
  location / {
    autoindex on;
  }
}

Configuration not tested but provided by petrus. Thanks to him.


Subtasks


History

#1 Updated by intrigeri 2014-03-30 16:42:05

  • Subject changed from add a nginx configuration sample for mirrors to Provide a nginx configuration sample for mirrors
  • Status changed from New to Confirmed
  • Type of work changed from Website to Documentation

Thanks. Anyone feeling like testing this?

#2 Updated by Anonymous 2014-03-30 17:02:28

It works here (I had to remove the “listen…” line since I already have another vhost).

#3 Updated by intrigeri 2014-03-30 17:07:39

hytails wrote:
> It works here (I had to remove the “listen…” line since I already have another vhost).

Thank you. I think the “I already have another vhost” case is the general case, so the sample configuration should probably just drop the listen stanzy.

Do you mean it works for running a live Tails mirror, or anything else? (If anything else, please clarify, so that I know what level of confidence we can put into this file :)

#4 Updated by Anonymous 2014-03-30 17:29:24

It works for running a tor mirror. I’m currently setting up one.

#5 Updated by Anonymous 2014-03-30 17:30:01

A tails* mirror. Sorry for the mistake.

#6 Updated by intrigeri 2014-03-30 17:53:53

  • Status changed from Confirmed to Resolved

Thanks everyone, added to the documentation.

#7 Updated by sajolida 2014-08-31 06:38:55

  • Category changed from Infrastructure to 214

#8 Updated by BitingBird 2015-01-04 18:56:16

  • Category changed from 214 to Infrastructure