diff --git a/conf.d/myip.shore.co.il.conf b/conf.d/myip.shore.co.il.conf
index 63903cc7c2314e7662aed043a0cb606226f6d2a0..0faccee8c75a2e25888c1945ab67930d9d7314e8 100644
--- a/conf.d/myip.shore.co.il.conf
+++ b/conf.d/myip.shore.co.il.conf
@@ -19,5 +19,8 @@ server {
     include             snippets/security-txt.conf;
     include             snippets/ssl.conf;
     error_page 404      /;
-    location = /        { return 200 "$remote_addr"; }
+    location = /        {
+        add_header Content-Type "text/plain; charset=utf-8";
+        return 200 "$remote_addr";
+    }
 }