Welcome! Log In Create A New Profile

Advanced

Re: Problem with double slashes in urls with uwsgi and sockets

Francis Daly
September 12, 2013 07:24PM
On Thu, Sep 12, 2013 at 04:53:36PM -0400, mpnally wrote:

Hi there,

> I have python app running under uwsgi with nginx. I'm using unix sockets to
> connect nginx to uwsgi. My python app is receiving single slashes in urls
> that originally had a double slash. For example, if the url is
> http://localhost:3000/a//b , my program gets passed a path_info with a/b
> instead of a//b.

uwsgi_params (probably) contains the line

uwsgi_param PATH_INFO $document_uri;

$document_uri is described at
http://nginx.org/en/docs/http/ngx_http_core_module.html#variables

Following descriptions and links from there will bring you to the
merge_slashes directive.

http://nginx.org/r/merge_slashes

Set that to "off" if you want contiguous slashes in the request not to
become a single slash in this server{} bock.

f
--
Francis Daly francis@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Problem with double slashes in urls with uwsgi and sockets

mpnally September 12, 2013 04:53PM

Re: Problem with double slashes in urls with uwsgi and sockets

Francis Daly September 12, 2013 07:24PM

Re: Problem with double slashes in urls with uwsgi and sockets

mpnally September 13, 2013 10:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 179
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready