From 33ef12002fdf5e7994cd42dfc5f799a2aaf63f6c Mon Sep 17 00:00:00 2001 From: Ben Thomasson Date: Mon, 7 May 2018 13:42:29 -0400 Subject: [PATCH] Adds websocket for network_ui to the installer version of nginx.conf --- installer/roles/image_build/files/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/roles/image_build/files/nginx.conf b/installer/roles/image_build/files/nginx.conf index 391722ea70..1076370021 100644 --- a/installer/roles/image_build/files/nginx.conf +++ b/installer/roles/image_build/files/nginx.conf @@ -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