Merge pull request #1705 from benthomasson/network_ui_openshift_fix

Adds websocket for network_ui to the installer version of nginx.conf
This commit is contained in:
Wayne Witzel III 2018-05-10 09:41:11 -04:00 committed by GitHub
commit 5d016c0dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ http {
location /favicon.ico { alias /var/lib/awx/public/static/favicon.ico; }
location /websocket {
location ~ ^/(websocket|network_ui/topology/) {
# Pass request to the upstream alias
proxy_pass http://daphne;
# Require http version 1.1 to allow for upgrade requests