how can I configure a swoole http-server without nginx? my problem is domain routing. where can I configure a specific domain for swoole http-server in laravel octane? I have configured an nginx on my server that points to my subdomains (api.domain.com, portal.domain.com). api and portal both use octane to serve requests. I wanna know how can I drop nginx and use swoole http-server directly?
thanks in advance and sorry for my eng