• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Nginx with JXcore, give wrong $remote_addr (127.0.0.1)

MickaelBrain

New Pleskian
Hello,

My server are on plesk 12, with nginx and jxcore.
The website use nodejs with some npm.
All my log show 127.0.0.1 for remote_addr
There is a way to solved this trouble?

Thanks for your help

here the exctract from my jxcore log
headers=>undefined
headers x-real-ip=>undefined
headers x-forwarded-for=>undefined
127.0.0.1 - admin [30/Sep/2015:12:21:51 +0000] "GET / HTTP/1.1" 200 - "-" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
127.0.0.1 - admin [30/Sep/2015:12:21:51 +0000] "GET /static/css/styles.css HTTP/1.1" 304 - "http://***.**/" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
127.0.0.1 - admin [30/Sep/2015:12:21:51 +0000] "GET /static/js/scripts.js HTTP/1.1" 304 - "http://***.**/" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
127.0.0.1 - admin [30/Sep/2015:12:21:52 +0000] "GET /static/img/header01.png HTTP/1.1" 304 - "http://***.**/" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
127.0.0.1 - admin [30/Sep/2015:12:21:52 +0000] "GET /static/img/shadow_form.png HTTP/1.1" 304 - "http://***.**/" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0"
 
Back
Top