We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071bd13 commit f619dd0Copy full SHA for f619dd0
htaccess.lua
@@ -1,7 +1,8 @@
1
-- htaccess for nginx
2
--- Copyright (c) 2017-2020 by Roadfamily LLC
3
--- Compilation: luajit -b htaccess.lua htaccess-bytecode.lua
4
-- Version: 1.2.1
+-- Copyright (c) 2017-2021 by Gerald Schittenhelm, Roadfamily LLC
+-- MIT License
5
+-- Compilation: luajit -b htaccess.lua htaccess-bytecode.lua
6
7
-- TODO: Sometimes code is executed 4 times for each request due to the way nginx handles requests. Make sure it is cached accordingly.
8
0 commit comments