Skip to content

Instantly share code, notes, and snippets.

@magro
Last active December 15, 2015 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magro/bd4314ad80105d9eb131 to your computer and use it in GitHub Desktop.
Save magro/bd4314ad80105d9eb131 to your computer and use it in GitHub Desktop.
snippets for blog post on SCSs integration with nginx and insights into SSI handling
2015/12/14 22:18:49 [debug] 2356#0: *976 ssi include: "/breadcrumb/1001212364/De`Longhi Cappuccino Thermo-Gläser doppelwandig 2 Stück"
2015/12/14 22:18:49 [debug] 2356#0: *976 http subrequest "/breadcrumb/1001212364/De`Longhi Cappuccino Thermo-Gläser doppelwandig 2 Stück?"
2015/12/14 22:18:49 [debug] 2356#0: *976 http posted request: "/breadcrumb/1001212364/De`Longhi Cappuccino Thermo-Gläser doppelwandig 2 Stück?"
2015/12/14 22:18:49 [debug] 2356#0: *976 http proxy header:
"GET /breadcrumb/1001212364/De`Longhi%20Cappuccino%20Thermo-Gl%c3%a4ser%20%20doppelwandig%202%20St%c3%bcck HTTP/1.1
2015/12/14 22:18:49 [debug] 2356#0: *976 http finalize request: -4, "/breadcrumb/1001212364/De`Longhi Cappuccino Thermo-Gläser doppelwandig 2 Stück?" a:0, c:7
2015/12/14 22:18:49 [debug] 2356#0: *976 http proxy status 400 "400 Bad Request"
2015/12/14 22:18:49 [debug] 2356#0: *976 http proxy header: "X-Error: Illegal character in path at index 25: /breadcrumb/1001212364/De`Longhi%20Cappuccino%20Thermo-Gl%c3%a4ser%20%20doppelwandig%202%20St%c3%bcck"
2015/12/14 22:39:47 [debug] 2398#0: *1426 ssi include: "/breadcrumb/1002422142?name=Thierry%20Mugler%20MUGLER%20COLOGNE%20Eau%20de%20Toilette%20Splash%2FSpray%20300%20ml"
2015/12/14 22:39:47 [debug] 2398#0: *1426 http subrequest "/breadcrumb/1002422142?name=Thierry%20Mugler%20MUGLER%20COLOGNE%20Eau%20de%20Toilette%20Splash%2FSpray%20300%20ml"
2015/12/14 22:39:47 [debug] 2398#0: *1426 http posted request: "/breadcrumb/1002422142?name=Thierry%20Mugler%20MUGLER%20COLOGNE%20Eau%20de%20Toilette%20Splash%2FSpray%20300%20ml"
2015/12/14 22:11:06 [debug] 2357#0: *822 ssi include: "/breadcrumb/1002422142/Thierry Mugler MUGLER COLOGNE Eau de Toilette Splash/Spray 300 ml"
2015/12/14 22:11:06 [debug] 2357#0: *822 http subrequest "/breadcrumb/1002422142/Thierry Mugler MUGLER COLOGNE Eau de Toilette Splash/Spray 300 ml?"
2015/12/14 22:11:06 [debug] 2357#0: *822 http posted request: "/breadcrumb/1002422142/Thierry Mugler MUGLER COLOGNE Eau de Toilette Splash/Spray 300 ml?"
2015/12/14 22:11:06 [debug] 2357#0: *822 http proxy header:
"GET /breadcrumb/1002422142/Thierry%20Mugler%20MUGLER%20COLOGNE%20Eau%20de%20Toilette%20Splash/Spray%20300%20ml HTTP/1.1
2015/12/14 22:11:06 [debug] 2357#0: *822 http finalize request: -4, "/breadcrumb/1002422142/Thierry Mugler MUGLER COLOGNE Eau de Toilette Splash/Spray 300 ml?" a:0, c:7
2015/12/14 22:11:06 [debug] 2357#0: *822 http finalize request: 404, "/breadcrumb/1002422142/Thierry Mugler MUGLER COLOGNE Eau de Toilette Splash/Spray 300 ml?" a:0, c:8
2015/12/14 22:11:06 [debug] 2357#0: *822 ssi stub output: "/breadcrumb/1002422142/Thierry Mugler MUGLER COLOGNE Eau de Toilette Splash/Spray 300 ml?"
GET /breadcrumb/:variantId/:name BreadcrumbController.breadcrumb(variantId: String, name: String)
<!--# include virtual="/breadcrumb/1002422142/Thierry%20Mugler%20MUGLER%20COLOGNE%20Eau%20de%20Toilette%20Splash%2FSpray%20300%20ml" -->
<!--# include virtual="/breadcrumb/1002422142?name=Thierry%20Mugler%20MUGLER%20COLOGNE%20Eau%20de%20Toilette%20Splash%2FSpray%20300%20ml" -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment