chore(docker): reuse nginx ssl connection
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
f585565b02
commit
40547906f7
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ location /api/ {
|
|||
rewrite ^/api/(.*) /$1 break;
|
||||
|
||||
proxy_ssl_server_name on;
|
||||
proxy_ssl_session_reuse on;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
|
@ -27,6 +28,7 @@ location / {
|
|||
error_page 404 =200 /index.html;
|
||||
|
||||
proxy_ssl_server_name on;
|
||||
proxy_ssl_session_reuse on;
|
||||
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue