Skip to content

Instantly share code, notes, and snippets.

@marcuswestin
Created July 29, 2015 03:40
Show Gist options
  • Save marcuswestin/00c8ac743a345fe2f631 to your computer and use it in GitHub Desktop.
Save marcuswestin/00c8ac743a345fe2f631 to your computer and use it in GitHub Desktop.
location ~ ^/log/(\w+)/(\w+) {
set $log_component '$1';
set $log_level '$2';
access_log logs/$log_component-$log_level.log;
proxy_pass http://127.0.0.1:15000/ok?$1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment