diff --git a/templates/keystone_nginx.conf.j2 b/templates/keystone_nginx.conf.j2 index e106ed48..94d4d64e 100644 --- a/templates/keystone_nginx.conf.j2 +++ b/templates/keystone_nginx.conf.j2 @@ -29,6 +29,6 @@ server { location @yourapplication { include uwsgi_params; uwsgi_pass 127.0.0.1:{{ keystone_uwsgi_ports[item]['socket'] }}; - uwsgi_param SCRIPT_NAME {{ item }}; + uwsgi_param SCRIPT_NAME ''; } }