installation error

poweromania
Posts: 12
Joined: Thu Apr 20, 2017 5:59 am

Re: installation error

Post 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
Screenshot 2024-05-30 183006.png (46.88 KiB) Viewed 5108 times
admin
Site Admin
Posts: 37593
Joined: Wed Sep 10, 2008 11:43 am

Re: installation error

Post by admin »

ok, lets skip this one until I write a doc how to setup nginx + apache

what's the next question?
Don't forget to run script update
poweromania
Posts: 12
Joined: Thu Apr 20, 2017 5:59 am

Re: installation error

Post 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
admin
Site Admin
Posts: 37593
Joined: Wed Sep 10, 2008 11:43 am

Re: installation error

Post 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?
Don't forget to run script update
Post Reply