commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/18fa1f7340b3/ Changeset: 18fa1f7340b3 Branch: stable User: natefoo Date: 2014-03-06 22:58:22 Summary: Fix incorrect example of remote_user_header in sample config. Affected #: 1 file diff -r ccfb1805efd075ebb2ab56f4b75509e7d6d99ebb -r 18fa1f7340b3a5c99dda2e195b20373841d807e9 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -606,7 +606,7 @@ # by WSGI). This option allows you to change the header. Note, you still need # to prepend 'HTTP_' to the header in this option, but your proxy server should # *not* include 'HTTP_' at the beginning of the header name. -#remote_user_header = 'HTTP_REMOTE_USER' +#remote_user_header = HTTP_REMOTE_USER # If use_remote_user is enabled, you can set this to a URL that will log your # users out. https://bitbucket.org/galaxy/galaxy-central/commits/c58e14ae86d1/ Changeset: c58e14ae86d1 User: natefoo Date: 2014-03-06 22:59:19 Summary: merge stable. Affected #: 1 file diff -r d2ba52e5ec11909a058c698d625aa139aa3c78d4 -r c58e14ae86d182f8152edbfe2569857da54ccb49 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -616,7 +616,7 @@ # by WSGI). This option allows you to change the header. Note, you still need # to prepend 'HTTP_' to the header in this option, but your proxy server should # *not* include 'HTTP_' at the beginning of the header name. -#remote_user_header = 'HTTP_REMOTE_USER' +#remote_user_header = HTTP_REMOTE_USER # If use_remote_user is enabled, you can set this to a URL that will log your # users out. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org