0 votes
in NGINX by (30.4k points)
In Nginx, Explain How You Can Keep Double Slashes In Urls?

1 Answer

0 votes
by (30.6k points)

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

Click here to read more about Loan/Mortgage
Click here to read more about Insurance

Related questions

0 votes
asked Dec 16, 2019 in NGINX by sharadyadav1986 (30.4k points)
0 votes
asked Feb 3, 2020 in NGINX by Tate (883 points)
...