Parcourir la source

更新 'conf.d/payapi.xinyue.conf'

hanwenlong il y a 1 an
Parent
commit
73b2d32894
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      conf.d/payapi.xinyue.conf

+ 3 - 3
conf.d/payapi.xinyue.conf

@@ -7,8 +7,8 @@ server {
     listen 443 ssl http2;
 
     #ssl on;
-    ssl_certificate ssl/xinyueyouxi.com.pem;
-    ssl_certificate_key ssl/xinyueyouxi.com.key;
+    ssl_certificate ssl/xinyuepp.cn.pem;
+    ssl_certificate_key ssl/xinyuepp.cn.key;
     ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
     ssl_ciphers HIGH:!RC4:!MD5:!aNULL:!eNULL:!NULL:!DH:!EDH:!EXP:+MEDIUM;
     ssl_prefer_server_ciphers on;
@@ -21,7 +21,7 @@ server {
 
     charset utf-8;
 
-    server_name wxpay.yukewangluo.com h5pay-yk.yukehulian.com xpay.yukeonline.com xpay1.yukeonline.com xpay2.yukeonline.com xpay3.yukeonline.com h5pay.yukeonline.com h5pay.yukehulian.com;
+    server_name wxpay.xinyuepp.com h5pay-yk.xinyuepp.com xpay.xinyuepp.com xpay1.xinyuepp.com xpay2.xinyuepp.com xpay3.xinyuepp.com h5pay.xinyuepp.com h5pay.xinyuepp.com;
     location / {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_set_header Remote_addr $remote_addr;