From 8709c49f39095afa3fe05e72e0ae7ed6dd6f905b Mon Sep 17 00:00:00 2001 From: Spike <19519553+spikecodes@users.noreply.github.com> Date: Thu, 4 Mar 2021 03:53:49 +0000 Subject: [PATCH] NGINX reverse proxy notice --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aad83fe..13cfa22 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,14 @@ Once installed, deploy Libreddit to `0.0.0.0:8080` by running: libreddit ``` +## Proxying using NGINX + +**NOTE** If you're [proxying Libreddit through a NGINX Reverse Proxy](https://github.com/spikecodes/libreddit/issues/122#issuecomment-782226853), add +```nginx +proxy_http_version 1.1; +``` +to your NGINX configuration file above your `proxy_pass` line. + ## Building ```