minor fixes, updated graylog, persistent iptables rules

This commit is contained in:
Bastian de Byl
2022-05-07 21:34:14 -04:00
parent 34f2988a05
commit dc4aca06ec
6 changed files with 16 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ server {
listen 80 default_server;
server_name {{ home_server_name }};
if ($whitelisted = 1) {
return 302 http://{{ ansible_default_ipv4.address }};
return 302 http://pi.bdebyl.net;
}
if ($whitelisted = 0) {