We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the wiki under https://github.com/jaedb/Iris/wiki/Advanced#encryption-httpswss there are example configurations for nginx. These are outdated and need to be changed:
ssl
/
/iris
proxy_set_header
proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the wiki under https://github.com/jaedb/Iris/wiki/Advanced#encryption-httpswss there are example configurations for nginx. These are outdated and need to be changed:
ssl
directive (outdated since 1.15.0 and removed in 1.25.1, see https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl)/
is redirected to/iris
proxy_set_header
directives for it to work:The text was updated successfully, but these errors were encountered: