diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/docker-compose/nginx.vh.default.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/docker-compose/nginx.vh.default.conf b/tools/docker-compose/nginx.vh.default.conf index 73a4d1cd8d..5a83f2ab03 100644 --- a/tools/docker-compose/nginx.vh.default.conf +++ b/tools/docker-compose/nginx.vh.default.conf @@ -30,6 +30,8 @@ server { sendfile off; } + location /favicon.ico { alias /awx_devel/awx/public/static/favicon.ico; } + location ~ ^/websocket { # Pass request to the upstream alias proxy_pass http://daphne; @@ -90,6 +92,8 @@ server { sendfile off; } + location /favicon.ico { alias /awx_devel/awx/public/static/favicon.ico; } + location ~ ^/websocket { # Pass request to the upstream alias proxy_pass http://daphne; |