80과 443 외의 포트 사용 방법?

정말 절박합니다 … 도움을 주셔야 합니다. 몇 시간 동안 시도해 보았고, 인터넷에서 관련 정보를 찾아봤습니다.

네트워크의 다른 서버가 80번 포트와 443번 포트를 이미 사용하고 있어 이 두 포트를 사용할 수 없습니다. 라우터 설정입니다. 순수한 포트 포워딩(8090을 80으로, 8091을 443으로)은 작동하지 않습니다. app.yml에서 다른 포트를 지정하는 것도 작동하지 않습니다.

혹시 제 경우에 적용할 수 있는 **우회 방법(workaround)**을 알고 계신 분이 계실까요?

도움 주셔서 정말 감사합니다.

감사합니다, Steve

DIscourse requires ports 80 and 443.

You will need to use another server (or figure out a reverse proxy solution).

What is your reason for having an onsite discourse server ?

The only supported workaround is configuring what is listening on the ports 80 and 443 to pass requests to a subfolder of the main domain to the Discourse container. That is documented at Subfolder support with Docker.

Oh, and there’s this: Install Discourse on a residential internet with Cloudflare Tunnel

a big thank you to you guys - i was afraid that my reasoning will be a challenge - i will find another solution for my network environment and adapt it to discourse and not vice versa