While technically valid filenames, having ? in filenames means that the directory structure cannot be served by nginx as the resulting filenames cannot be addressed via URLs unless the ? is percent-encoded in every link.
Query strings can contain trailing slashes. If that happens, suckit will attempt to create a directory, then create a same-named file, which fails
While technically valid filenames, having ? in filenames means that the directory structure cannot be served by nginx as the resulting filenames cannot be addressed via URLs unless the ? is percent-encoded in every link.
Query strings can contain trailing slashes. If that happens, suckit will attempt to create a directory, then create a same-named file, which fails
See #116