Skip to content

Commit

Permalink
[REV] Change rbd-lb default https port to 10443.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysicing committed Feb 1, 2018
1 parent 7a7ec40 commit ba8e3a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ services:
MYSQL_PASSWORD: $MYSQL_PASSWD
MYSQL_DATABASE: $MYSQL_DB
HTTP_SUFFIX_URL: ${EX_DOMAIN#.*}
NGINX_SSL_PORT: 8443
NGINX_SSL_PORT: 10443
volumes:
- /etc/goodrain/openresty:/usr/local/openresty/nginx/conf
- /data/openrestry/logs:/usr/local/openresty/nginx/logs
Expand Down
2 changes: 1 addition & 1 deletion hack/contrib/docker/node/gaops/jobs/update/redo_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ services:
MYSQL_PASSWORD: $MYSQL_PASSWD
MYSQL_DATABASE: $MYSQL_DB
HTTP_SUFFIX_URL: ${EX_DOMAIN#.*}
NGINX_SSL_PORT: 8443
NGINX_SSL_PORT: 10443
volumes:
- /etc/goodrain/openresty:/usr/local/openresty/nginx/conf
- /data/openrestry/logs:/usr/local/openresty/nginx/logs
Expand Down

0 comments on commit ba8e3a6

Please sign in to comment.