Skip to content

Instantly share code, notes, and snippets.

@adamrights
Created May 15, 2014 21:18
Show Gist options
  • Save adamrights/009b7979cf59ce52b18c to your computer and use it in GitHub Desktop.
Save adamrights/009b7979cf59ce52b18c to your computer and use it in GitHub Desktop.
server {
listen 8888;
server_name localhost;
location / {
proxy_pass http://127.0.0.1:8890/;
proxy_redirect off;
client_max_body_size 10m;
client_body_buffer_size 128l;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment