Thanks for your help. But i tried every combination possible and i still can't make it to work.. i give upadmin wrote: ↑Wed May 29, 2024 12:17 pmright, you need to add this linepoweromania wrote: ↑Wed May 29, 2024 6:31 am no i don't have anything like proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; inside config file
installation error
-
- Posts: 12
- Joined: Thu Apr 20, 2017 5:59 am
Re: installation error
Re: installation error
ok, lets skip this one until I write a doc how to setup nginx + apache
what's the next question?
what's the next question?
Don't forget to run script update
-
- Posts: 12
- Joined: Thu Apr 20, 2017 5:59 am
Re: installation error
ok, it should be
proxy_set_header Host $host;
proxy_set_header USER-IP $remote_addr;
proxy_set_header CONNECTION Keep-Alive;
proxy_http_version 1.1;
#proxy_set_header X-Forwarded-For $remote_addr; <------- this one if off (commented)
BTW do you have an admin who looks after your server?
proxy_set_header Host $host;
proxy_set_header USER-IP $remote_addr;
proxy_set_header CONNECTION Keep-Alive;
proxy_http_version 1.1;
#proxy_set_header X-Forwarded-For $remote_addr; <------- this one if off (commented)
BTW do you have an admin who looks after your server?
Don't forget to run script update