mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-23 23:32:34 +02:00
Merge remote-tracking branch 'production/master'
commit
6a3da5a786
3 changed files with 5 additions and 3 deletions
2
Home.md
2
Home.md
|
@ -18,6 +18,8 @@ https://github.com/louislam/uptime-kuma-wiki
|
|||
|
||||
## History
|
||||
|
||||
[](https://star-history.com/#louislam/uptime-kuma&Date)
|
||||
|
||||
* (2021-08-21) Reach 1001 Stargazers, thanks everyone!
|
||||
* (2021-08-26) Reach 2066 Stargazers. Grow so fast! That is unexpected!
|
||||
* (2021-08-31) Reach 2651 Stargazers. Amazing!
|
||||
|
|
|
@ -97,7 +97,7 @@ With SSL:
|
|||
SSLCertificateKeyFile /path/to/ssl/key/key
|
||||
# Protocol 'h2' is only supported on Apache 2.4.17 or newer.
|
||||
Protocols h2 http/1.1
|
||||
|
||||
ProxyPreserveHost on
|
||||
ProxyPass / http://localhost:3001/
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP:Upgrade} =websocket
|
||||
|
@ -111,7 +111,7 @@ Without SSL:
|
|||
```apache
|
||||
<VirtualHost *:80>
|
||||
ServerName sub.domain.com
|
||||
|
||||
ProxyPreserveHost on
|
||||
ProxyPass / http://localhost:3001/
|
||||
RewriteEngine on
|
||||
RewriteCond %{HTTP:Upgrade} websocket [NC]
|
||||
|
|
|
@ -33,7 +33,7 @@ cd <uptime-kuma-directory>
|
|||
|
||||
# Update from git
|
||||
git fetch --all
|
||||
git checkout 1.23.9 --force
|
||||
git checkout 1.23.11 --force
|
||||
|
||||
# Install dependencies and prebuilt
|
||||
npm install --production
|
||||
|
|
Loading…
Add table
Reference in a new issue