Page 3 of 3
Re: installation error
Posted: Thu May 30, 2024 3:30 pm
by poweromania
admin wrote: Wed May 29, 2024 12:17 pm
poweromania 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
right, you need to add this line
Thanks for your help. But i tried every combination possible and i still can't make it to work.. i give up

- Screenshot 2024-05-30 183006.png (46.88 KiB) Viewed 23980 times
Re: installation error
Posted: Fri May 31, 2024 6:34 am
by admin
ok, lets skip this one until I write a doc how to setup nginx + apache
what's the next question?
Re: installation error
Posted: Sat Jun 01, 2024 12:40 pm
by poweromania
admin wrote: Fri May 31, 2024 6:34 am
ok, lets skip this one until I write a doc how to setup nginx + apache
what's the next question?
Nothing else to be honest that was and is my only problem i can't fix
Re: installation error
Posted: Thu Jun 06, 2024 10:01 am
by admin
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?