Skip to content

Instantly share code, notes, and snippets.

@fabiofabbrucci
Created August 29, 2012 21:12
Show Gist options
  • Save fabiofabbrucci/3519052 to your computer and use it in GitHub Desktop.
Save fabiofabbrucci/3519052 to your computer and use it in GitHub Desktop.
route remote
[root@server current]# ./app/console router:debug | grep imagine
_imagine_user_small GET /media/cache/user_small/{path}
_imagine_user_big GET /media/cache/user_big/{path}
_imagine_user_mini GET /media/cache/user_mini/{path}
_imagine_goal_sidebar GET /media/cache/goal_sidebar/{path}
_imagine_goal_top GET /media/cache/goal_top/{path}
_imagine_home_big_square GET /media/cache/home_big_square/{path}
_imagine_home_small_square GET /media/cache/home_small_square/{path}
_imagine_home_medium_square GET /media/cache/home_medium_square/{path}
[root@server current]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment