From b2698dbee5a051dc17d80a453997bd904d84fcb6 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 11 Dec 2023 10:25:44 +0800 Subject: [PATCH 1/4] Add `ProxyPreserveHost on` --- Reverse-Proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reverse-Proxy.md b/Reverse-Proxy.md index 4983101..09422be 100644 --- a/Reverse-Proxy.md +++ b/Reverse-Proxy.md @@ -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 ServerName sub.domain.com - + ProxyPreserveHost on ProxyPass / http://localhost:3001/ RewriteEngine on RewriteCond %{HTTP:Upgrade} websocket [NC] From ec05322a6eea86b2c1b1dda0ef6b15ad773736cc Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 13 Dec 2023 01:36:09 +0800 Subject: [PATCH 2/4] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Update?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-How-to-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index d1c2a3d..258e324 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -33,7 +33,7 @@ cd # Update from git git fetch --all -git checkout 1.23.9 --force +git checkout 1.23.10 --force # Install dependencies and prebuilt npm install --production From badf637e5301021cdeb99adef372c91e776a689a Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 18 Dec 2023 20:06:13 +0800 Subject: [PATCH 3/4] Updated Home (markdown) --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index 8399d91..ef42335 100644 --- a/Home.md +++ b/Home.md @@ -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! From 5747505720f67f72f4963dbfa20b1bfd9228a1e7 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sun, 31 Dec 2023 06:02:41 +0800 Subject: [PATCH 4/4] =?UTF-8?q?Updated=20=F0=9F=86=99=20How=20to=20Update?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 🆙-How-to-Update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md index 258e324..533569d 100644 --- a/🆙-How-to-Update.md +++ b/🆙-How-to-Update.md @@ -33,7 +33,7 @@ cd # Update from git git fetch --all -git checkout 1.23.10 --force +git checkout 1.23.11 --force # Install dependencies and prebuilt npm install --production