Skip to content

Commit

Permalink
s-out isu1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Sep 8, 2019
1 parent 4cba67a commit b59886a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ http {
ssl_ciphers 'ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256';

upstream app {
server isu1:8888 fail_timeout=0;
#server isu1:8888 fail_timeout=0;
server isu2:8888 fail_timeout=0;
server isu3:8888 fail_timeout=0;
keepalive 16;
Expand Down

0 comments on commit b59886a

Please sign in to comment.