Problem with fresh install
-
Well, i solved the main problem with switching from eth0:0 to eth0 with my first ipv4.
At home i can access normaly the forum on ip1:4567 but i've the same problem than yesterday for the proxyfi thing.
I've tested lighttpd & nginx for proxyfi... don't work.I can access to the main page but i can't do anything.. It said "connection lose"..
Have you any idea ??
XaT
-
Thank you.
Well my problem now is the fucking proxy @ workedit: Erm.. Why i can access this forum nice and can't use mine correctly ?! I don't get it.
edit2 : Can you navigate through the forum ? I can access main page too. But can't use functionnalities.. Like connect, post, see a thread, etcXaT
-
My conf@nginx
server { listen 80; server_name t2si.toloza.fr; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:4567/; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
Copyright © 2024 NodeBB | Contributors