Skip to content

Commit 33c982d

Browse files
phillpricefabaff
authored andcommitted
remove ssl and port in configuration.yaml (home-assistant#3691)
* remove ssl and port in configuration.yaml Make clear to remove SSL and port in configuration.yaml to avoid 502 errors * Update nginx_proxy.markdown * Minor change
1 parent 33a6bd4 commit 33c982d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_addons/nginx_proxy.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ sharing: true
99
footer: true
1010
---
1111

12-
Setup a SSL proxy with NGINX and redirect port 80 to 443. Make sure you have generate certificate before you start this add-on.
12+
Setup a SSL proxy with NGINX and redirect port 80 to 443. Make sure you have generated a certificate before you start this add-on.
13+
14+
In the `http` section of the `configuration.yaml` file remove `ssl_certificate` and `ssl_key` and don't enter the port in the `base_url` to avoid a HTTP 502 error.
1315

1416

1517
```json

0 commit comments

Comments
 (0)