Changeset - 2c82dd8ba318
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 12 years ago 2013-07-01 15:39:01
marcin@python-works.com
Added two headers into example nginx proxy conf that allows container auth
to work properly
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/setup.rst
Show inline comments
 
@@ -590,6 +590,9 @@ pushes or large pushes::
 

	
 
    proxy_redirect              off;
 
    proxy_set_header            Host $host;
 
    ## needed for container auth
 
    #proxy_set_header            REMOTE_USER $remote_user;
 
    #proxy_set_header            X-Forwarded-User $remote_user;
 
    proxy_set_header            X-Url-Scheme $scheme;
 
    proxy_set_header            X-Host $http_host;
 
    proxy_set_header            X-Real-IP $remote_addr;
0 comments (0 inline, 0 general)