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

Related questions

0 votes
asked Dec 16, 2019 in NGINX by sharadyadav1986
0 votes
asked Feb 3, 2020 in NGINX by Tate
...