updates for pihole, http site, venv requirements
This commit is contained in:
@@ -7,7 +7,7 @@ server {
|
||||
listen 80 default_server;
|
||||
server_name {{ home_server_name }};
|
||||
if ($whitelisted = 1) {
|
||||
return 302 http://pi.hole;
|
||||
return 302 http://pi.bdebyl.net;
|
||||
}
|
||||
|
||||
if ($whitelisted = 0) {
|
||||
|
||||
Reference in New Issue
Block a user