로컬호스트에서는 사이트 스플래시 화면이 표시되지만 URL에서는 표시되지 않음

I’m using Cloudflare and XAMPP to configure Discourse.

After setup I realized that my site, teknet.app, does not show the Discourse congratulations screen. I checked localhost and there it was, not to be seen on the URL. Any way to fix this?

Hi @Nycrite
Discourse doesn’t need XAMPP to function. If you plan to use your server exclusively for discourse, it comes bundled with nginx inside it’s docker container. It should technically be all that you need to set up discourse.

Please refer this install guide: discourse/docs/INSTALL.md at main · discourse/discourse · GitHub