Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 123 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 123 Bytes

nginx_htttps_proxy

location / {
  access_by_lua_file /path/to/script.lua;
  proxy_pass http://localhost:8080;
}