Skip to content

Instantly share code, notes, and snippets.

@iptpv
Created February 6, 2017 16:24
Show Gist options
  • Save iptpv/25607be858dc55abcf4aa445dbd46ae9 to your computer and use it in GitHub Desktop.
Save iptpv/25607be858dc55abcf4aa445dbd46ae9 to your computer and use it in GitHub Desktop.
_.reduceRight(_.compact(a.replace(/\n/g, '').split(' ')), function(res, el, i) {
return i%2 === 1 ? res + 'location /sp/' + el.replace(/;/, '') + '/ { return 302 http://': res + el + '; }\n'},
'');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment