We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I deleted the layer4 part in the caddyfile file, started it, and then visited http://localhost/ in the browser. The error was as follows: 2025/02/11 04:27:47.487 ERROR http.log.error dial tcp: lookup windmill_server: i/o timeout {"request": {"remote_ip": "127.0.0.1", "remote_port": "59452", "client_ip": "127.0.0.1", "proto": "HTTP/1.1", "method": "GET", "host": "localhost", "uri": "/", "headers": {"Sec-Fetch-User": ["?1"], "Priority": ["u=0, i"], "Sec-Fetch-Dest": ["document"], "Accept-Encoding": ["gzip, deflate, br, zstd"], "Accept": ["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8"], "Accept-Language": ["zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2"], "Connection": ["keep-alive"], "Sec-Fetch-Site": ["none"], "User-Agent": ["Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0"], "Sec-Fetch-Mode": ["navigate"], "Upgrade-Insecure-Requests": ["1"]}}, "duration": 3.002232109, "status": 502, "err_id": "dufnex8kh", "err_trace": "reverseproxy.statusError (reverseproxy.go:1373)"}
2025/02/11 04:27:47.487 ERROR http.log.error dial tcp: lookup windmill_server: i/o timeout {"request": {"remote_ip": "127.0.0.1", "remote_port": "59452", "client_ip": "127.0.0.1", "proto": "HTTP/1.1", "method": "GET", "host": "localhost", "uri": "/", "headers": {"Sec-Fetch-User": ["?1"], "Priority": ["u=0, i"], "Sec-Fetch-Dest": ["document"], "Accept-Encoding": ["gzip, deflate, br, zstd"], "Accept": ["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8"], "Accept-Language": ["zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2"], "Connection": ["keep-alive"], "Sec-Fetch-Site": ["none"], "User-Agent": ["Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0"], "Sec-Fetch-Mode": ["navigate"], "Upgrade-Insecure-Requests": ["1"]}}, "duration": 3.002232109, "status": 502, "err_id": "dufnex8kh", "err_trace": "reverseproxy.statusError (reverseproxy.go:1373)"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I deleted the layer4 part in the caddyfile file, started it, and then visited http://localhost/ in the browser. The error was as follows:
2025/02/11 04:27:47.487 ERROR http.log.error dial tcp: lookup windmill_server: i/o timeout {"request": {"remote_ip": "127.0.0.1", "remote_port": "59452", "client_ip": "127.0.0.1", "proto": "HTTP/1.1", "method": "GET", "host": "localhost", "uri": "/", "headers": {"Sec-Fetch-User": ["?1"], "Priority": ["u=0, i"], "Sec-Fetch-Dest": ["document"], "Accept-Encoding": ["gzip, deflate, br, zstd"], "Accept": ["text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8"], "Accept-Language": ["zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2"], "Connection": ["keep-alive"], "Sec-Fetch-Site": ["none"], "User-Agent": ["Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0"], "Sec-Fetch-Mode": ["navigate"], "Upgrade-Insecure-Requests": ["1"]}}, "duration": 3.002232109, "status": 502, "err_id": "dufnex8kh", "err_trace": "reverseproxy.statusError (reverseproxy.go:1373)"}
The text was updated successfully, but these errors were encountered: