# Keine Verbindung zur IP-Adresse, keine Fehler im Log

**URL:** https://meta.discourse.org/t/cannot-connect-to-ip-address-and-no-errors-in-log/106464
**Category:** Self-hosting
**Created:** [14. Januar 2019 um 02:48 UTC](https://meta.discourse.org/t/cannot-connect-to-ip-address-and-no-errors-in-log/106464 "2019-01-14T02:48:19Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Real\_Time](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/real_time/32/132757_2.png) [@Real\_Time](https://meta.discourse.org/u/Real_Time)
#### Post date: [14. Januar 2019 um 07:26 UTC](https://meta.discourse.org/t/cannot-connect-to-ip-address-and-no-errors-in-log/106464/4 "2019-01-14T07:26:15Z")

</div>

Also, regarding the following instructions found on this page ( [Allow SSL / HTTPS for your Discourse Docker setup](https://meta.discourse.org/t/advanced-setup-only-allowing-ssl-https-for-your-discourse-docker-setup/13847) ):

### Configure NGINX

Add a reference to the nginx ssl template from your `app.yml` configuration file:

```plaintext
templates:
  - "templates/postgres.template.yml"
  - "templates/redis.template.yml"
  - "templates/sshd.template.yml"
  - "templates/web.template.yml"
  - "templates/web.ssl.template.yml"

```

### Configure your Docker Container

Tell your container to listen on SSL

```plaintext
expose:
  - "80:80"
  - "2222:22"
  - "443:443"

```

Would I implement the above recommendations in the app.yml (as I understand them to read), or in some other place, such as the “docker container” or nginx ssl template?

---

_[View the full topic](https://meta.discourse.org/t/cannot-connect-to-ip-address-and-no-errors-in-log/106464)._
