From f089862e70354775434825161a336f61260cb6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Mon, 20 Sep 2021 13:18:52 +0200 Subject: [PATCH] srht: Fix nginx config file --- roles/srht/files/srht.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/srht/files/srht.conf b/roles/srht/files/srht.conf index 896f6c0..d03a70a 100644 --- a/roles/srht/files/srht.conf +++ b/roles/srht/files/srht.conf @@ -1,4 +1,4 @@ # TODO: Read IP with ansible dns and python version from installed packages set $python "python3.9"; set_real_ip_from 127.0.0.0/16; -set_real_ip_from 178.63.61.184 +set_real_ip_from 178.63.61.184; -- 2.44.0