[fix] HTTP GET parameters were not shared to modules

This commit is contained in:
Cédric Moreau 2017-06-21 11:45:23 +02:00 committed by GitHub
parent a44139f31b
commit 17d49d75c6
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ location / {
}
location ~ /modules {
proxy_pass http://localhost:9220$uri;
proxy_pass http://localhost:9220;
access_by_lua_file /usr/share/ssowat/access.lua;
}