Ver código fonte

增加苹果验证文件

abiao 4 anos atrás
pai
commit
0a28f1614b

+ 5 - 0
go/gopath/src/fohow.com/nginx/ngx_test_config

@@ -21,6 +21,11 @@ server {
       #expires  30d;
     }
 
+    location =/apple-app-site-association {
+          root /home/rails/fohow/api/go/gopath/src/fohow.com/static/tapi/;
+          #expires  30d;
+     }
+
     location =/stcXSY70Qh.txt {
       root /home/rails/fohow/api/go/gopath/src/fohow.com/static/tapi/;
       #expires  30d;

+ 15 - 0
go/gopath/src/fohow.com/static/tapi/apple-app-site-association

@@ -0,0 +1,15 @@
+{
+    "applinks": {
+        "apps": [],
+        "details": [
+            {
+                "appID": "9JA89QQLNQ.com.apple.wwdc",
+                "paths": [ "/wwdc/news/", "/videos/wwdc/2015/*"]
+            },
+            {
+                "appID": "7M437M38JX.io.fohow.com",
+                "paths": [ "*" ]
+            }
+        ]
+    }
+}