Note the dashboard URL
This commit is contained in:
parent
9fe8d1fd53
commit
f6e575885d
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue