# start page ではなく nginx へようこそ

**URL:** https://meta.discourse.org/t/welcome-to-nginx-instead-of-start-page/97362
**Category:** Self-hosting
**Created:** [2018 年 9 月 17 日午後 2:03 UTC](https://meta.discourse.org/t/welcome-to-nginx-instead-of-start-page/97362 "2018-09-17T14:03:27Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Juan\_M\_Cresc](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/juan_m_cresc/32/111270_2.png) [@Juan\_M\_Cresc](https://meta.discourse.org/u/Juan_M_Cresc)
#### Post date: [2018 年 9 月 17 日午後 2:03 UTC](https://meta.discourse.org/t/welcome-to-nginx-instead-of-start-page/97362/1 "2018-09-17T14:03:27Z")

</div>

I have installed following instructions at:

/discourse/discourse/blob/master/docs/INSTALL-cloud.md

When I enter my website (foro.vuela.cc) I get a welcome message from nginx. This is the last output of the installation process:

> - /usr/bin/docker run --shm-size=512m -d --restart=always -e LANG=en\_US.UTF-8 -e RAILS\_ENV=production -e UNICORN\_WORKERS=4 -e UNICORN\_SIDEKIQS=1-e RUBY\_GLOBAL\_METHOD\_CACHE\_SIZE=131072 -e RUBY\_GC\_HEAP\_GROWTH\_MAX\_SLOTS=40000 -e RUBY\_GC\_HEAP\_INIT\_SLOTS=400000 -e RUBY\_GC\_HEAP\_OLDOBJECT\_LIMIT\_FACTOR=1.5 -e DISCOURSE\_DB\_SOCKET=/var/run/postgresql -e DISCOURSE\_DB\_HOST= -e DISCOURSE\_DB\_PORT= -e LETSENCRYPT\_DIR=/shared/letsencrypt -e DISCOURSE\_HOSTNAME=foro.vuela.cc -e [DISCOURSE\_DEVELOPER\_EMAILS=juan.crescente@gmail.com](mailto:DISCOURSE_DEVELOPER_EMAILS=juan.crescente@gmail.com) -e DISCOURSE\_SMTP\_ADDRESS=[smtp.mailgun.org](http://smtp.mailgun.org) -e DISCOURSE\_SMTP\_PORT=587 -e DISCOURSE\_SMTP\_USER\_NAME=foro@foro.vuela.cc -e DISCOURSE\_SMTP\_PASSWORD=\*\*\*\* -e LETSENCRYPT\_ACCOUNT\_EMAIL=foro@foro.vuela.cc -h utils3-app -e DOCKER\_HOST\_IP=172.17.0.1 --name app -t -p 80:80 -p 443:443 -v /var/discourse/shared/standalone:/shared -v /var/discourse/shared/standalone/log/var-log:/var/log --mac-address 02:4d:d7:8a:b3:5a local\_discourse/app /sbin/boot  
> de521f3364e373f66a073eeb1f17fa75b37c28cc16f96b2733f862c490864d9d

What am I missing here? thanks!

More data

ls containers  
app.yml app.yml.2018-09-17-130632.bak app.yml.2018-09-17-131102.bak app.yml.2018-09-17-131227.bak app.yml.2018-09-17-133742.bak

./launcher restart app

- /usr/bin/docker stop -t 10 app  
app

starting up existing container

- /usr/bin/docker start app  
app

---

<div class="post-metadata">

### Author: ![Juan\_M\_Cresc](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/juan_m_cresc/32/111270_2.png) [@Juan\_M\_Cresc](https://meta.discourse.org/u/Juan_M_Cresc)
#### Post date: [2018 年 9 月 17 日午後 2:04 UTC](https://meta.discourse.org/t/welcome-to-nginx-instead-of-start-page/97362/2 "2018-09-17T14:04:31Z")

</div>

So after 3 or 4 minutes, it redirects to an IP instead of showing anything.

---

<div class="post-metadata">

### Author: ![itsbhanusharma](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/itsbhanusharma/32/180717_2.png) [@itsbhanusharma](https://meta.discourse.org/u/itsbhanusharma)
#### Post date: [2018 年 9 月 17 日午後 4:50 UTC](https://meta.discourse.org/t/welcome-to-nginx-instead-of-start-page/97362/3 "2018-09-17T16:50:02Z")

</div>

Can You share how did you configure your domain to point at server IP? Seems like there is something wrong with the DNS.
