Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

MattTheQuaker

Members
  • Joined

  • Last visited

  1. Recently I've been having an issue where after a few days, I'll start getting a "Secure Connection Failed" error whenever trying to connect to items behind my reverse proxy. There's nothing referencing it in the access.log, error.log, or the docker log that would give a hit as to the cause. Is there anyone else having a similar issue or have any ideas as to what could be causing it? The only change that has been made recently is that I've moved houses and the IP address changed, but I made the needed changes and it has been working. Nowadays it stops working after a bit and so far itll go back to working after i reset the docker enough.
  2. I've got a SWAG container setup along with other docker for services like Heimdal, Emby, Sonarr, etc. For most people trying to connect, it works fine. However there's one computer that can't connect to the server. In the logs I see it's getting a 444 Connection Closed Without Response error, but there's no indication as to what caused the error. Looking in the fail2ban logs, the ip that's trying to connect isn't banned. There are other computers on that network that can connect fine, and I've also had them try it on different browsers with the same problem happening. Anyone have any ideas?
  3. Hey @andreidelait, what'd you use to calculate those values? I found this link https://thisinterestsme.com/php-fpm-settings/ that shows some of the calculations, but can't figure out how much each process usually uses since the command they gave is returning zero. It also doesn't say anything about what max_requests should be.
  4. Thanks for the suggestion, I just tried that and it didn't work. I always thought that the server_name was for the subdomain, which i had set to mineos. Whenever I try binhex-mineos it has the same result, just changes the url from mineos.domain.com to binhex-mineos.domain.tech. I think that the only thing that needs to mention binhex is the set $upstream_mineos, and I've got that to the docker container name.
  5. I'm trying to get binhex-mineos-node webui accessible via the nginx reverse proxy. However, when I try to connect, I'm getting a 502 error. I've created a mineos.subdomain.conf file based on another template that works. I've also already added the mineos subdomain to the docker variables so the cert is generated correctly. I can also ping the mineos docker from inside the lets-encrpyt one, using the docker name. This is the error in the error.log file for ngnix: 2020/07/09 11:24:41 [error] 932#932: *1 upstream prematurely closed connection while reading response header from upstream, client: ##.###.##.##, server: mineos.*, request: "GET / HTTP/2.0", upstream: "http://172.18.0.12:8443/", host: "mineos.domain.tech" 2020/07/09 11:24:41 [error] 932#932: *1 upstream prematurely closed connection while reading response header from upstream, client: ##.###.##.##, server: mineos.*, request: "GET /favicon.ico HTTP/2.0", upstream: "http://172.18.0.12:8443/favicon.ico", host: "mineos.domain.tech" When I look up this error I see suggestions about increasing timeouts, but this happens instantly so I don't think any timeout is happening. Here's my config file. server { listen 443 ssl; listen [::]:443 ssl; server_name mineos.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_mineos binhex-mineos-node; proxy_pass http://$upstream_mineos:8443; } } Anyone got suggestions where I can look. I don't think it's a .conf file problem, but I'm not sure what else would need to change.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.