Static Website as Tor Hidden Service on Raspberry Pi
Jump to navigation
Jump to 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