Andy Pilate
Andy Pilate
> > > 60s is the default timeout of nginx. See [the wiki](https://github.com/silverwind/droppy/wiki/Nginx-reverse-proxy). You want to at least set these: > > ```nginx > proxy_connect_timeout 7200; > proxy_read_timeout 7200; >...
I just updated droppy to 12.0.1, and tried directly (connecting to the port and not using reverse proxy) and I get the same issue. I have an Upload cancelled after...
Droppy config: 2020-08-18 18:35:57 [INFO] Configuration: { listeners: [ { host: [ '0.0.0.0' ], port: 8989, protocol: 'http' } ], public: false, timestamps: true, linkLength: 5, linkExtensions: true, logLevel: 2,...
@insajd Since I'm having this issue, and I don't use docker, I don't think it's that. Can you try with an instance not using docker? I'll bet you will still...
Updated to 12.1.0 and I have the same behaviour, even in direct (no nginx around). After 60s it reset the upload and tried again (issued another POST) and after the...
> > > There's [one more timeout](https://nodejs.org/api/http.html#http_server_headerstimeout) that I can think of but it doesn't really make sense that it would be it because uploads should have their headers sent...
I'm running FreeBSD 12.1-STABLE, with node v14.6.0 and npm 6.14.8
Would love an option to just say "don't set the domain search value in my DNS records but keep everything else"
> > Would love an option to just say "don't set the domain search value in my DNS records but keep everything else" > > https://tailscale.com/kb/1054/dns/#search-domains provides a way to...
> 100.100.100.100 is a tiny DNS server running within the Tailscale process on the local device. It directly answers queries for the MagicDNS FQDN(s), and forwards other queries off to...