From 924a1712d87b2fb8093aede9194c4708bd58d94e Mon Sep 17 00:00:00 2001 From: Alec Armbruster Date: Thu, 7 Mar 2019 16:30:17 -0800 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 1a7f009a..b254cce8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -112,4 +112,4 @@ and Docker Compose (version 1.6.0 or greater) already installed. in your `.env` file to `127.0.0.1:8080` instead of simply `:8080`. Then configure NGINX (or your caching/reverse proxy server of your choice) to proxy_pass `http://127.0.0.1:8080`. We've included an example config - located in the `nginx-vhost.production.example` file. + located in the `nginx-vhost.production` file.