abiao 1 anno fa
parent
commit
2770784d5f
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 3
      go/gopath/src/fohow.com/nginx/ngx_test_config

+ 2 - 3
go/gopath/src/fohow.com/nginx/ngx_test_config

@@ -66,11 +66,10 @@ server {
     server_name  tfohowapi.hiwavo.com;
     charset utf-8;
     #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_timeout  5m;
-
     ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;
     ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
     ssl_prefer_server_ciphers  on;