From ee16428ce93b6718145d2fdcc29b55f45e0e29ed Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Sat, 5 Nov 2022 16:18:33 +0000 Subject: [PATCH] Make it look better --- _items/Services.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_items/Services.md b/_items/Services.md index 8a93219..d892fca 100644 --- a/_items/Services.md +++ b/_items/Services.md @@ -30,9 +30,8 @@ Your account *can* be suspended if you take part in any sort of malicious activi As nature of this website, privacy and security must be our main priority, the following is currently in effect: -- nginx logging is disabled on all servers. - - (no IPs are being logged) - - The following nginx headers are set to zero: +- nginx logging is disabled on all servers and no IPs are being logged. + - The following nginx headers are set to disable IP logging: - `proxy_set_header X-Forwarded-For 0.0.0.0;` - `proxy_set_header X-Real-IP 0.0.0.0;` - `proxy_set_header X-Forwarded-Host 0.0.0.0;`