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.

Revisions

  1. ddnode created this gist Jan 7, 2014.
    3 changes: 3 additions & 0 deletions nginx
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    location ^~ /system/files/ {
    rewrite ^ /index.php;
    }