Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mustafatoker/5a1851d1f123d01ad19b52b9577ea15d to your computer and use it in GitHub Desktop.
Save mustafatoker/5a1851d1f123d01ad19b52b9577ea15d to your computer and use it in GitHub Desktop.
location /files {
rewrite ^/files/?(.*)$ /files/load_file.php?file=$1 last;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment