Skip to content

Instantly share code, notes, and snippets.

@ddnode
Created January 7, 2014 02:19
Show Gist options
  • Save ddnode/8293711 to your computer and use it in GitHub Desktop.
Save ddnode/8293711 to your computer and use it in GitHub Desktop.
Nginx私有文件系统重定向
location ^~ /system/files/ {
rewrite ^ /index.php;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment