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 ?
XFileSharing Pro - help xfilesharing upload progress bar
-
- Posts: 3
- Joined: Jan 01, 2013 9:19 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 .
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 ?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 .
i've installed the model with nginx but i don't know what i should add