https(SSL) load failed #13832
Answered
by
passion123
passion123
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
passion123
Jun 21, 2024
Replies: 1 comment
-
Here answer my question by myself:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
passion123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here answer my question by myself:
Config the Nginx as follow:
server {
listen [::]:443 ssl;
listen 443 ssl;
.....
location /theia/ { ## setting the theia option as the first location option is needed
proxy_read_timeout 50000;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_http_version 1.1;