Skip to content

Instantly share code, notes, and snippets.

@tongueroo
Created October 23, 2008 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tongueroo/19278 to your computer and use it in GitHub Desktop.
Save tongueroo/19278 to your computer and use it in GitHub Desktop.
36 location ~* ^/accounts/.*?blog.*$ {
37 include /etc/nginx/common/proxy.conf;
38 if (!-f $request_filename) {
39 rewrite .* /var/bleacherreport/current/rewrite_test.txt;
40 # proxy_pass http://bleacherreport_heavy_upstream;
41 break;
42 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment