MrSipping
MrSipping
> Show your Nginx config, that creates openresty. user www-data; worker_processes 2; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; pid /run/openresty.pid; events { worker_connections 4096; } http { include...
can someone help?
hello, did you find the solution? because I too have this problem
> you can see the error log file in /usr/local/openresty/nginx/logs/error.log. I think it is due to the lack of the local port. This is the error: `apr_socket_connect(): Cannot assign requested...