CodeMirror test
This is a test.
server { location ~ "(?x) # Enable PCRE extended mode ^ /user /(?
login|logout|profile) # Also include 'profile' because... /(?
.*) " { if ($tail ~ "^(some|[^/]+/really|compl(?:ex|icated)|stuff|t?here)$") { return 307 "${scheme}://${host}/somewhere/else/${tail}${is_args}${args}"; } # ... } }