proxy_pass 디렉티브 테스트

This commit is contained in:
freestrings
2019-09-08 15:37:21 +09:00
parent 8c24411c3f
commit c8ab8ad107
4 changed files with 106 additions and 52 deletions

View File

@ -23,7 +23,9 @@ if existsVaiable('ngx') then
_ngx = ngx
else
_ngx = {}
_ngx.log = function() end
_ngx.log = function(level, msg)
print('['..level..'] ' .. msg)
end
end
function module.compile(path)