diff --git a/infra/services/status/README.md b/infra/services/status/README.md index b9da80092..78d12001e 100644 --- a/infra/services/status/README.md +++ b/infra/services/status/README.md @@ -37,3 +37,7 @@ Tell nginx to pick up the new configuration. ```sh sudo systemctl reload nginx ``` + +## Administration + +Login into the [dashboard](https://status.ente.io/dashboard) for administration. diff --git a/infra/services/status/uptime-kuma.nginx.conf b/infra/services/status/uptime-kuma.nginx.conf index 2f5b6ecc4..c45c7b660 100644 --- a/infra/services/status/uptime-kuma.nginx.conf +++ b/infra/services/status/uptime-kuma.nginx.conf @@ -16,7 +16,8 @@ server { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; - # Recommended options from Uptime Kuma Wiki + # Recommended options from Uptime Kuma Wiki for Websockets. + # # https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy#nginx proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;