Are you struggling with Nginx rewrite rules and $ ?
rewrite ^/that-s-my-original-uri/(with-my-folder)/(.*)$ /that-s-my-destination$$1/$2 last; See the $$1 ? Are you trying to use a $ in the destination of y...
rewrite ^/that-s-my-original-uri/(with-my-folder)/(.*)$ /that-s-my-destination$$1/$2 last; See the $$1 ? Are you trying to use a $ in the destination of y...