• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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