You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: source/_addons/nginx_proxy.markdown
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ sharing: true
9
9
footer: true
10
10
---
11
11
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.
0 commit comments