htaccess-for-nginx
htaccess-for-nginx copied to clipboard
doc: add Docker container for reference
This will make the configuration and debugging steps clearer
@e404 the 2nd commit adds support for -l and -L to fix https://github.com/e404/htaccess-for-nginx/issues/24. Unfortunately it requires the LuaFileSystem module to distinguish symlinks from actual files (I couldn't find a way to do so without an external library), so I have updated the Dockerfile and README steps accordingly.
The latest commit fixes #27 by setting replace to '' if there is no query string set.
@e404 can you merge this PR which now has fixes for 2 issues?
@e404 can you review and merge this in? #27 has come up again, and this has several other fixes as well.