Merge remote-tracking branch 'production/master'

Louis Lam 2024-01-05 11:00:58 +08:00
commit 6a3da5a786
3 changed files with 5 additions and 3 deletions

@ -18,6 +18,8 @@ https://github.com/louislam/uptime-kuma-wiki
## History
[![Star History Chart](https://api.star-history.com/svg?repos=louislam/uptime-kuma&type=Date)](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