Merge branch 'release_3.3.0' into devel

This commit is contained in:
Matthew Jones
2018-05-17 16:07:47 -04:00
321 changed files with 8920 additions and 6224 deletions

View File

@@ -56,7 +56,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