From 48f61a5af0d0e6617ea545d716c5e0b132790198 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 3 Feb 2016 06:42:17 -0500 Subject: [PATCH] Improve install guide Nginx+SCL integration. No issue #. --- doc/install/install-workbench-app.html.textile.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/install-workbench-app.html.textile.liquid b/doc/install/install-workbench-app.html.textile.liquid index c27e8c523b..5a60ca5484 100644 --- a/doc/install/install-workbench-app.html.textile.liquid +++ b/doc/install/install-workbench-app.html.textile.liquid @@ -87,7 +87,7 @@ For best performance, we recommend you use Nginx as your Web server front-end, w
  • If you're deploying on an older Red Hat-based distribution and installed Pythyon 2.7 from Software Collections, configure Nginx to use it:
    ~$ sudo usermod --shell /bin/bash nginx
    -~$ sudo -u nginx sh -c 'echo "[[ -z \$PS1 && -e /opt/rh/python27/enable ]] && source /opt/rh/python27/enable" >>~/.bash_profile'
    +~$ sudo -u nginx sh -c 'echo "[[ -z \$PS1 ]] && source scl_source enable python27" >>~/.bash_profile'
     
  • -- 2.30.2