質問編集履歴
1
コードを分かりやすきしました
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,11 +24,15 @@
|
|
24
24
|
|
25
25
|
を入力して変更するとされるDocumentRoot
|
26
26
|
|
27
|
+
|
28
|
+
|
27
|
-
(
|
29
|
+
(
|
28
30
|
|
29
31
|
DocumentRoot "/var/www/<プロジェクトディレクトリ>/public"
|
30
32
|
|
33
|
+
|
34
|
+
|
31
|
-
|
35
|
+
)
|
32
36
|
|
33
37
|
|
34
38
|
|
@@ -40,7 +44,7 @@
|
|
40
44
|
|
41
45
|
|
42
46
|
|
43
|
-
```
|
47
|
+
```
|
44
48
|
|
45
49
|
# This is the main Apache HTTP server configuration file. It contains the
|
46
50
|
|