Note the dashboard URL

This commit is contained in:
Manav Rathi 2024-03-19 05:38:02 +05:30
parent 9fe8d1fd53
commit f6e575885d
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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;