|
@@ -66,11 +66,10 @@ server {
|
|
|
server_name tfohowapi.hiwavo.com;
|
|
server_name tfohowapi.hiwavo.com;
|
|
|
charset utf-8;
|
|
charset utf-8;
|
|
|
#ssl on;
|
|
#ssl on;
|
|
|
- ssl_certificate /root/sites/fohow_git/x_api/go/gopath/src/fohow.com/static/tapi/tfohowapi.hiwavo.com_bundle.pem;
|
|
|
|
|
- ssl_certificate_key /root/sites/fohow_git/x_api/go/gopath/src/fohow.com/static/tapi/tfohowapi.hiwavo.com.key;
|
|
|
|
|
|
|
+ ssl_certificate /home/rails/fohow/api/go/gopath/src/fohow.com/static/tapi/tfohowapi.hiwavo.com_bundle.pem;;
|
|
|
|
|
+ ssl_certificate_key /home/rails/fohow/api/go/gopath/src/fohow.com/static/tapi/tfohowapi.hiwavo.com.key;
|
|
|
ssl_session_cache shared:SSL:1m;
|
|
ssl_session_cache shared:SSL:1m;
|
|
|
ssl_session_timeout 5m;
|
|
ssl_session_timeout 5m;
|
|
|
-
|
|
|
|
|
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;
|
|
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;
|
|
|
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
|
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
|
|
ssl_prefer_server_ciphers on;
|
|
ssl_prefer_server_ciphers on;
|