@paolafrancesca commented on GitHub:
@jtagcat the version hostend on https://transfer.sh and the version in the repo if you self-host are different, so please give more details.
- what version…
@BrendaHubbell commented on GitHub:
Me va a tener que pagar!! Lol😜
@crabvk commented on GitHub:
Try to add trailing slashes, one for location location /transfer/, another for proxy_pass proxy_pass http://vps_ip:8081/;
Also remove Upgrade header.
Or you…
@HamedSepehr commented on GitHub:
Try to add trailing slashes, one for location
location /transfer/, another for proxy_passproxy_pass http://vps_ip:8081/;Also removeUpgrade…
@paolafrancesca commented on GitHub:
I can confirm that wget -c works properly
@paolafrancesca commented on GitHub:
@HamedSepehr I assume that you are talking about your own hosted service, not the one on https://transfer.sh
@paolafrancesca commented on GitHub:
if the request for the resumed download has Range header it should work out of the box, can you please test?
@bernstei commented on GitHub:
Thanks - I'll take a look at that branch.
@HamedSepehr commented on GitHub:
My bad... Yes I'm talking about my own hosted service which is behind nginx reverse proxy, even when it wasn't behind proxy its links weren't resumable.
@HamedSepehr commented on GitHub:
@HamedSepehr did it work?
I couldn't make transfer.sh links resumable, instead I changed my configuration in a way that transfer.sh files are accessible…
@paolafrancesca commented on GitHub:
@HamedSepehr for the records: https://github.com/dutchcoders/transfer.sh/issues/490#issuecomment-1147456719 when proxying the transfer.sh service you have…
@bernstei commented on GitHub:
I have confirmed that adding EnableFirewall true does allow the mobileconfig to install, BTW.
@robertgendler commented on GitHub:
Good find. I guess we have to add the key to enable the firewall to this control.
Did we miss labeling the enable firewall with a stig label maybe?
@robertgendler commented on GitHub:
This is in dev_ventura_stig
@crabvk commented on GitHub:
--listener's value has a colon before port number. I spent half an hour trying to figure out what's wrong, because transfer.sh doesn't show any error in case you…