From 17b222d2c3cf44c4cf6bd21caf119d98024c5def Mon Sep 17 00:00:00 2001 From: Wilfred Almeida <60785452+WilfredAlmeida@users.noreply.github.com> Date: Wed, 1 Feb 2023 18:05:34 +0530 Subject: [PATCH] doc: Added "Appwrite using NGINX as Reverse Proxy" resource Added blog resource on how to deploy Appwrite on VPS server using NGINX as reverse proxy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec026058a..10ef1c8ce 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ The Almost Netflix series is a tutorial for building a Netflix clone with Appwri * [How to integrate Appwrite with Google Cloud](https://medium.com/@shahneel2409/integrating-appwrite-with-google-cloud-for-beginners-e62d2239c59) * [How to install Appwrite on a Linode cloud server](https://dev.to/gregordavies/how-to-install-appwrite-on-a-linode-cloud-server-2235) * [Things to do after Setup Appwrite on Digital Ocean](https://imknight.com/things-to-do-after-setup-appwrite-on-digital-ocean) +* [Deploy Appwrite on VPS using NGINX as Reverse Proxy](https://blog.wilfredalmeida.com/appwrite-using-nginx-as-reverse-proxy) ### Web Development * [Node.JS in Appwrite](https://dev.to/finnkr/nodejs-in-appwrite-21kk)