Update README.md

pull/4/head
Alec Muffett 2017-02-05 16:20:26 +00:00 zatwierdzone przez GitHub
rodzic 852b5d0415
commit e739d753eb
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -161,3 +161,11 @@ hardmap secrets.d/xxxxxxxxxxxxxxxx.key foo.com dev
```
hardmap secrets.d/xxxxxxxxxxxxxxxx.key foo.com dev blogs dev.blogs [...]
```
# Acknowledgements
EOTK stands largely on the experience of work I led at Facebook to create `www.facebookcorewwwi.onion`, but it owes a *huge* debt to [Mike Tigas](https://github.com/mtigas)'s work at ProPublica to put their site into Onionspace through using Nginx as a rewriting proxy -- and that [he wrote the whole experience up in great detail](https://www.propublica.org/nerds/item/a-more-secure-and-anonymous-propublica-using-tor-hidden-services) including [sample config files](https://gist.github.com/mtigas/9a7425dfdacda15790b2).
Reading this prodded me to learn about Nginx and then aim to shrink & genericise the solution; so thanks, Mike!
Also, thanks go to Christopher Weatherhead for acting as a local Nginx *sounding board* :-)