Changes between Initial Version and Version 1 of Ticket #2198, comment 4
- Timestamp:
- 06/07/21 09:21:04 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2198, comment 4
initial v1 22 22 23 23 That is my point... 24 25 Now if that is not expected that changing authorization header at /auth_request site is returned to the caller, it is a real improvement to be considered. With this, NGinx can be turned to an Rproxy with ACLs, just with simple back-end scripts... 26 27 Please notice I tried a hack supposed to work, it works more or less. I added to the location /subdir: 28 auth_request_set $auth_header $upstream_http_authorization; 29 proxy_set_header Authorization $auth_header; 30 31 Thanks 32 33 Brgrds