diff options
Diffstat (limited to 'Docker')
| -rw-r--r-- | Docker/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Docker/README.md b/Docker/README.md index ba6169ea3..bed5e1cce 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -301,6 +301,10 @@ server { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Port $server_port; proxy_read_timeout 90; + + # Forward the Authorization header for the Google Reader API. + proxy_set_header Authorization $http_authorization; + proxy_pass_header Authorization; } } ``` |
