I have been using the reverse proxy successfully for some time. One of the applications that I'm running behind the proxy has updated and requires the following headers to work properly. What is the correct way to set these headers?
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
The following configuration was working until recently:
command: -w "http://example-container:8989/example-path/;/example-path/"
I have been using the reverse proxy successfully for some time. One of the applications that I'm running behind the proxy has updated and requires the following headers to work properly. What is the correct way to set these headers?
The following configuration was working until recently:
command: -w "http://example-container:8989/example-path/;/example-path/"