Changes between Initial Version and Version 1 of Ticket #2198, comment 6
- Timestamp:
- 06/07/21 12:59:28 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2198, comment 6
initial v1 16 16 { 17 17 auth_request /auth; 18 auth_request_set \$auth_status \$upstream_status;19 auth_request_set \$auth_header \$upstream_http_authorization;18 auth_request_set $auth_status $upstream_status; 19 auth_request_set $auth_header $upstream_http_authorization; 20 20 21 21 proxy_pass http://172.29.0.254:8080; 22 22 proxy_http_version 1.1; 23 proxy_set_header Upgrade \$http_upgrade;24 proxy_set_header Connection \"Upgrade\";25 proxy_set_header Host \$host;26 proxy_set_header Authorization \$auth_header;23 proxy_set_header Upgrade $http_upgrade; 24 proxy_set_header Connection "Upgrade"; 25 proxy_set_header Host $host; 26 proxy_set_header Authorization $auth_header; 27 27 } 28 28