Skip to content

shish/shimmie2-examples

Repository files navigation

shimmie2-examples

A collection of example config files for running shimmie in an optimised way with various different web servers.

The shimmie2-examples repo needs to be checked out adjacent to a shimmie2 checkout, ie each of these example web servers are configured to load the app from ../shimmie2/

With the two repos checked out, docker compose up will run some configurations:

Testing

./test.sh will test, for each configuration:

  • niceurls work (/nicetest returns "ok")
  • uglyurls work (/index.php?q=nicetest returns "ok")
  • cache headers work (static files should be cached for one day)
  • encoded slashes work in niceurls (/nicedebug/foo%2Fbar/1)
  • encoded slashes work in uglyurls (/index.php?nicedebug/foo%2Fbar/1)
  • urlencoded urls get decoded (post%2Flist)

Other Examples

About

example configs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published