Baoyuantop commented on issue #12174: URL: https://github.com/apache/apisix/issues/12174#issuecomment-2833332599
Refer to https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html#:~:text=In%20order%20for%20this%20parameter,It%20is%20also, it is usually necessary to run nginx worker processes with the [superuser](https://nginx.org/en/docs/ngx_core_module.html#user) privileges. But APISIX's Debian image creates an unprivileged system user named apisix at build time https://github.com/apache/apisix-docker/blob/master/debian/Dockerfile and switches to run as that user, so there is an error. Does APISIX's stream route meet your original requirements? https://apisix.apache.org/docs/apisix/admin-api/#stream-route -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
