Changes between Initial Version and Version 1 of Ticket #2198, comment 6


Ignore:
Timestamp:
06/07/21 12:59:28 (3 years ago)
Author:
llevier@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2198, comment 6

    initial v1  
    1616  {
    1717    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;
    2020
    2121    proxy_pass http://172.29.0.254:8080;
    2222    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;
    2727  }
    2828