|
|
@@ -11,7 +11,7 @@ server {
|
11
|
11
|
# the port your site will be served on
|
12
|
12
|
listen 80;
|
13
|
13
|
# the domain name it will serve for
|
14
|
|
- server_name .xfoto.com.cn; # substitute your machine's IP address or FQDN
|
|
14
|
+ server_name .api.xfoto.com.cn; # substitute your machine's IP address or FQDN
|
15
|
15
|
charset utf-8;
|
16
|
16
|
|
17
|
17
|
# max upload size
|
|
|
@@ -39,7 +39,7 @@ server {
|
39
|
39
|
# the port your site will be served on
|
40
|
40
|
listen 80;
|
41
|
41
|
# the domain name it will serve for
|
42
|
|
- server_name .api.xfoto.com.cn; # substitute your machine's IP address or FQDN
|
|
42
|
+ server_name .xfoto.com.cn; # substitute your machine's IP address or FQDN
|
43
|
43
|
charset utf-8;
|
44
|
44
|
|
45
|
45
|
# max upload size
|