From 137669c2ca46853eb17a9969cad0b41338e67a79 Mon Sep 17 00:00:00 2001 From: Yukiho Kikuchi Date: Thu, 6 Jun 2019 09:43:08 -0500 Subject: [PATCH] Updated Speed up & Secure with CloudFlare (markdown) --- Speed-up-&-Secure-with-CloudFlare.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Speed-up-&-Secure-with-CloudFlare.md b/Speed-up-&-Secure-with-CloudFlare.md index 8581d59..eefc5c5 100644 --- a/Speed-up-&-Secure-with-CloudFlare.md +++ b/Speed-up-&-Secure-with-CloudFlare.md @@ -24,7 +24,7 @@ Then turn to "Crypto", set SSL option to "Flexible" and switch on "Automatic Htt ![Add Record](https://i.imgur.com/j9AWgPm.jpg) 3. Login to your VPS, edit `/etc/hosts`, add the following line: ``` -127.0.0.1 s.example.org +1.2.3.4 s.example.org ``` 4. Edit Nginx configure file by the following, it'll work in `https://s.example.org/webview/` and WebSocket will work in `wss://s.example.org/ws/`, the root path can put your profile `https://s.example.org/`. ```