mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-24 07:42:35 +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
|
## History
|
||||||
|
|
||||||
|
[](https://star-history.com/#louislam/uptime-kuma&Date)
|
||||||
|
|
||||||
* (2021-08-21) Reach 1001 Stargazers, thanks everyone!
|
* (2021-08-21) Reach 1001 Stargazers, thanks everyone!
|
||||||
* (2021-08-26) Reach 2066 Stargazers. Grow so fast! That is unexpected!
|
* (2021-08-26) Reach 2066 Stargazers. Grow so fast! That is unexpected!
|
||||||
* (2021-08-31) Reach 2651 Stargazers. Amazing!
|
* (2021-08-31) Reach 2651 Stargazers. Amazing!
|
||||||
|
|
|
@ -97,7 +97,7 @@ With SSL:
|
||||||
SSLCertificateKeyFile /path/to/ssl/key/key
|
SSLCertificateKeyFile /path/to/ssl/key/key
|
||||||
# Protocol 'h2' is only supported on Apache 2.4.17 or newer.
|
# Protocol 'h2' is only supported on Apache 2.4.17 or newer.
|
||||||
Protocols h2 http/1.1
|
Protocols h2 http/1.1
|
||||||
|
ProxyPreserveHost on
|
||||||
ProxyPass / http://localhost:3001/
|
ProxyPass / http://localhost:3001/
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{HTTP:Upgrade} =websocket
|
RewriteCond %{HTTP:Upgrade} =websocket
|
||||||
|
@ -111,7 +111,7 @@ Without SSL:
|
||||||
```apache
|
```apache
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName sub.domain.com
|
ServerName sub.domain.com
|
||||||
|
ProxyPreserveHost on
|
||||||
ProxyPass / http://localhost:3001/
|
ProxyPass / http://localhost:3001/
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{HTTP:Upgrade} websocket [NC]
|
RewriteCond %{HTTP:Upgrade} websocket [NC]
|
||||||
|
|
|
@ -33,7 +33,7 @@ cd <uptime-kuma-directory>
|
||||||
|
|
||||||
# Update from git
|
# Update from git
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout 1.23.9 --force
|
git checkout 1.23.11 --force
|
||||||
|
|
||||||
# Install dependencies and prebuilt
|
# Install dependencies and prebuilt
|
||||||
npm install --production
|
npm install --production
|
||||||
|
|
Loading…
Add table
Reference in a new issue