0 votes
in NGINX by
In Nginx, Explain How You Can Keep Double Slashes In Urls?

1 Answer

0 votes
by

To keep double slashes in URLs you have to use merge_slashes_off;

Syntax: merge_slashes [on/off]

Default: merge_slashes on

Context: http, server

...