From 77f69fc2278cbc621b841a2db5eeb192245697cc Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 17 Oct 2024 23:57:35 -0400 Subject: fix proto tcp failure --- .../webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf') diff --git a/roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf b/roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf index d532ee1..8c707b4 100644 --- a/roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf +++ b/roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf @@ -1,5 +1,7 @@ server { - listen 4443 ssl; + listen 4443 ssl proxy_protocol; + real_ip_header proxy_protocol; + set_real_ip_from 127.0.0.1; allow 10.0.0.0/8; allow 100.64.0.0/12; -- cgit v1.2.3-70-g09d2