Improper nginx rewrites
-
I think there is issue with how configs are generated.
This is not proper output… Missing / after ^.
Defintion is correct /random-dummy-url => /xxx
It’s definately not correct for nginx rewrite. It requires leading slash.
rewrite ^/listings/(.*)$ /listing.html?listing=$1 last;
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.