Skip to content

possible mistake in nginx config? #6530

Description

@cynecx

fastcgi_split_path_info ^(.+?\.php)(/.*)$;

Shouldn't this regex be: ^(.+?\.php)(/.*|)$ instead? (If the uri has no trailing slash, fastcgi_split_path_info would fail)

cc: @jivanpal (#2197)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions