Static Website as Tor Hidden Service on Raspberry Pi

From Run Your Own
Revision as of 18:48, 7 March 2020 by 320x200 (talk | contribs) (Created page with "blablabla == Local HTTP server == * Install nginx on the RPi sudo apt install nginx * In the browser from another computer on the network, check that you the default HTML pa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

blablabla

Local HTTP server

  • Install nginx on the RPi
sudo apt install nginx
  • In the browser from another computer on the network, check that you the default HTML page is properly served: http://192.168.1.XXX (you should see a small "Welcome to nginx!" text).
  • create a non-default mini static website:
sudo mkdir 


Tor setup