Skip to content

Commit

Permalink
Merge pull request #3157 from galaxyproject/gie-doc-fix
Browse files Browse the repository at this point in the history
[16.07] Fix typo in GIE nginx proxy docs
  • Loading branch information
hexylena committed Nov 11, 2016
2 parents 53a66c9 + d144f18 commit b748ad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/admin/interactive_environments.rst
Expand Up @@ -122,6 +122,7 @@ As you can see most of these variables map directly to the command line
arguments to the NodeJS script. There are a few extra parameters which will
be needed if you run Galaxy behind an upstream proxy like nginx or
Apache:

.. code-block:: ini
dynamic_proxy_external_proxy=True
Expand Down Expand Up @@ -182,7 +183,7 @@ Please note you will need to be using apache2.4 with ``mod_proxy_wstunnel``.
# Project Jupyter / IPython specific. Other IEs may require their own routes.
location ~ ^/galaxy/gie_proxy/jupyter/(?<nbtype>[^/]+)/api/kernels(?<rest>.*?)$ {
proxy_pass http://localhost:8800/galaxy/gie_proxy/$nbtype/api/kernels$rest;
proxy_pass http://localhost:8800/galaxy/gie_proxy/jupyter/$nbtype/api/kernels$rest;
proxy_redirect off;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Expand Down

0 comments on commit b748ad1

Please sign in to comment.