質問編集履歴
2
conf の一部誤りを修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
}
|
28
28
|
|
29
29
|
location /test/ {
|
30
|
-
proxy_pass http://127.0.0.1:80;
|
30
|
+
proxy_pass http://127.0.0.1/:80;
|
31
31
|
}
|
32
32
|
}
|
33
33
|
}
|
1
conf の一部誤りを修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,6 +18,7 @@
|
|
18
18
|
|
19
19
|
server {
|
20
20
|
listen 80;
|
21
|
+
root /var/www;
|
21
22
|
|
22
23
|
…
|
23
24
|
|
@@ -27,7 +28,6 @@
|
|
27
28
|
|
28
29
|
location /test/ {
|
29
30
|
proxy_pass http://127.0.0.1:80;
|
30
|
-
root /var/www;
|
31
31
|
}
|
32
32
|
}
|
33
33
|
}
|