From 335e9ece6b98ecaa1da863ba50e14640db4df024 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 6 Nov 2015 07:10:15 -0500 Subject: Update to proxy_pass Changed proxy_pass to the mattermost server rather than pointing at the nginx server(localhost) --- doc/install/Production-Ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/install/Production-Ubuntu.md') diff --git a/doc/install/Production-Ubuntu.md b/doc/install/Production-Ubuntu.md index 2e02cca38..ec0c1c96b 100644 --- a/doc/install/Production-Ubuntu.md +++ b/doc/install/Production-Ubuntu.md @@ -103,7 +103,7 @@ exec bin/platform proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Frame-Options SAMEORIGIN; - proxy_pass http://localhost:8065; + proxy_pass http://10.10.10.2:8065; } } ``` -- cgit v1.2.3-1-g7c22