raspiblitz/home.admin/assets/nginx/sites-available/homer_tor.conf
2022-05-17 22:08:25 +02:00

14 lines
No EOL
242 B
Text

## homer_tor.conf
server {
listen localhost:4092;
listen [::1]:4092;
server_name _;
access_log /var/log/nginx/access_homer.log;
error_log /var/log/nginx/error_homer.log;
root /var/www/homer;
index index.html;
}