diff --git a/tools/docker-compose/ansible/roles/sources/templates/nginx.locations.conf.j2 b/tools/docker-compose/ansible/roles/sources/templates/nginx.locations.conf.j2 index 7c91a3c856a7..404be4ade26b 100644 --- a/tools/docker-compose/ansible/roles/sources/templates/nginx.locations.conf.j2 +++ b/tools/docker-compose/ansible/roles/sources/templates/nginx.locations.conf.j2 @@ -41,6 +41,7 @@ location {{ ingress_path }} { error_page 502 = @fallback; } +# Enable scenario where we shutdown uwsgi and launching runserver for debugging purposes location @fallback { # Add trailing / if missing rewrite ^(.*)$http_host(.*[^/])$ $1$http_host$2/ permanent;