mirror of
https://github.com/CyberL1/dlinux-dashboard.git
synced 2025-06-28 08:09:42 -04:00
feat(proxy): use lua http module
This commit is contained in:
5
proxy/Dockerfile
Normal file
5
proxy/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM openresty/openresty:alpine
|
||||
|
||||
RUN wget -O /usr/local/openresty/lualib/resty/http.lua https://github.com/ledgetech/lua-resty-http/raw/refs/heads/master/lib/resty/http.lua
|
||||
RUN wget -O /usr/local/openresty/lualib/resty/http_connect.lua https://github.com/ledgetech/lua-resty-http/raw/refs/heads/master/lib/resty/http_connect.lua
|
||||
RUN wget -O /usr/local/openresty/lualib/resty/http_headers.lua https://github.com/ledgetech/lua-resty-http/raw/refs/heads/master/lib/resty/http_headers.lua
|
Reference in New Issue
Block a user