location ~ ^/_matrix/client/(r0|unstable)/rooms/.*/report/ { proxy_pass http://127.0.0.1:8008; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; rewrite_by_lua ' if ngx.var.request_method == "POST" then os.execute("/usr/local/bin/matrix_event_reported") end '; }