blog icon indicating copy to clipboard operation
blog copied to clipboard

ngix 跨域

Open yongheng2016 opened this issue 2 years ago • 0 comments

nginx 跨域

  • docker nginx 映射
docker run --name nginx-name -p 8082:80 -v //d/path/dist:/usr/share/nginx/html -v //d/path/nginx.conf:/etc/nginx/conf.d/default.conf -d nginx
  • docker nginx bash
docker run nginx -it bash

nginx proxy_pass [error] 32#32: *3 SSL_do_handshake() failed (SSL: error:1408F10B:SSL routines:ssl3_get_record:wrong version number) while SSL handshaking to upstream,

yongheng2016 avatar Jul 04 '22 03:07 yongheng2016