Skip to content

Instantly share code, notes, and snippets.

@xordoquy
Last active August 29, 2015 14:07
Show Gist options
  • Save xordoquy/f17101d9ff3559af77fd to your computer and use it in GitHub Desktop.
Save xordoquy/f17101d9ff3559af77fd to your computer and use it in GitHub Desktop.
location ~ /\+f/ {
try_files /+files$uri @proxy_to_app;
}
location ~ /\+f/ {
internal;
root /path/+files$uri;
try_files /+files$uri @proxy_to_app;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment