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
Copy file name to clipboardExpand all lines: docker-image/README.md
+7
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,13 @@ You will need to have your certificates ready and mount them into the container.
35
35
36
36
Run solid-server on port 8443 behind a nginx proxy on 443. You will need to setup an nginx container with letsencrypt companion [as described here](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion).
37
37
38
+
When using nginx to proxy HTTPS connections to Solid you will need to specify HTTPS in the local service URI:
39
+
40
+
`proxy_pass https://127.0.0.1:8443;`
41
+
42
+
This approach is useful if you do not wish to grant Solid access to your HTTPS certificates, as nginx does not validate
43
+
the self-signed certificates that Solid generates for its proxy_pass connection.
44
+
38
45
#### Other setups
39
46
40
47
The setup you need is not presented here? Feel free to ask, or provide a Pull Request
0 commit comments