Skip to content
Snippets Groups Projects
Commit d4b89387 authored by wyl's avatar wyl
Browse files

UPDATE

parent eb0d8c08
Branches
No related tags found
No related merge requests found
......@@ -140,9 +140,8 @@ sudo sh -c 'cat <<EOF > /nginx/nginx.conf
http {
upstream healthcare {
random;
server healthcare_01:8080;
server healthcare_02:8081;
server healthcare_02:8080;
}
include mime.types;
default_type application/octet-stream;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment