forked from 404-DriverNotFound/200-OK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultiServer.config
81 lines (73 loc) · 961 Bytes
/
multiServer.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
server
{
host 127.0.0.1
port 8000
server_name localhost
error_page error.html
index_pages index.html
root /
}
server
{
host 127.0.0.1
port 8000
server_name yunslee
error_page error.html
index_pages index2.html
root /
}
server
{
host 127.0.0.1
port 8000
server_name yunslee2
error_page error.html
index_pages index3.html
root /
}
server
{
host 10.28.8.4
port 8000
server_name 10.28.8.4
error_page error.html
index_pages index.html
root /
}
server
{
host 10.28.8.4
port 8001
server_name 10.28.8.4
error_page error.html
index_pages index2.html
root /
}
server
{
host 10.28.8.4
port 8002
server_name 10.28.8.4
error_page error.html
index_pages index3.html
root /
autoindex on
}
server
{
host 169.254.103.197
port 8000
server_name yunslee
error_page error.html
index_pages index.html
root /
}
server
{
host 169.254.103.197
port 8001
server_name yunslee2
error_page error.html
index_pages index2.html
root /
}