diff --git a/conf/nginx.conf b/conf/nginx.conf index 2f4fb91..26b82ef 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; }