diff --git a/conf/nginx.conf b/conf/nginx.conf index 4fcad8b..2f4fb91 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -37,5 +37,10 @@ location / { proxy_pass http://localhost:9220$uri; access_by_lua_file /usr/share/ssowat/access.lua; } + + location ~ /modules { + proxy_pass http://localhost:9220$uri; + access_by_lua_file /usr/share/ssowat/access.lua; + } }