Browse Source

fix: docker dns ssl Optimization

master
wangxiang 2 years ago
parent
commit
2fc23e9010
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 2
      docker-cloud/nginx/default.conf

2
docker-cloud/nginx/default.conf

@ -31,6 +31,6 @@ server { @@ -31,6 +31,6 @@ server {
ssl_verify_client on;
location / {
proxy_pass http://localhost:2276;
proxy_pass http://localhost:2279;
}
}

Loading…
Cancel
Save