XFileSharing Pro - help xfilesharing upload progress bar

Message
Author
momkin
Posts: 5
Joined: Dec 31, 2014 3:46 pm

help xfilesharing upload progress bar

#1 Postby momkin » Dec 31, 2014 3:50 pm

Hello guys please help me
i have server with cpanel and apache + nginx proxy

as far as i know the progress bar won't work with nginx as proxy

so i need to make the upload via apache and download with nginx

i don't know how to do that

i asked friend and he gave me this

$server->{srv_cgi_url} =~ s/domain\.net/domain.net:8081/;

he told me to add this line in file of the script but i don't know which file ??

can anyone please help me ?

starouille
Posts: 3
Joined: Jan 01, 2013 9:19 pm

#2 Postby starouille » Jan 05, 2015 8:44 pm

compile nginx with http://wiki.nginx.org/HttpUploadProgressModule

and XFS is fully working with Nginx only for download + upload.

Some code is needed (you have to read the example/docs on this page, it's easy), but not too hard :).

momkin
Posts: 5
Joined: Dec 31, 2014 3:46 pm

#3 Postby momkin » Jan 13, 2015 3:20 pm

starouille wrote:compile nginx with http://wiki.nginx.org/HttpUploadProgressModule

and XFS is fully working with Nginx only for download + upload.

Some code is needed (you have to read the example/docs on this page, it's easy), but not too hard :).
can you please explain what code should i add ?
i've installed the model with nginx but i don't know what i should add

momkin
Posts: 5
Joined: Dec 31, 2014 3:46 pm

#4 Postby momkin » Feb 24, 2015 8:30 pm

any ideas ?