location = ${PATH} { return ${REDIRECT_CODE} ${REDIRECT_URL}; } location ^${PATH}/(?.*)$ { return ${REDIRECT_CODE} ${REDIRECT_URL}/$redirect_path; }