回答編集履歴

1

見栄え編集

2018/09/12 16:48

投稿

kkeishiro
kkeishiro

スコア12

test CHANGED
@@ -8,19 +8,25 @@
8
8
 
9
9
 
10
10
 
11
+ ```config
12
+
11
- # Use welcome-file to change the default "Welcome" file
13
+ #Use welcome-file to change the default "Welcome" file
12
14
 
13
15
  #welcome-file = index.html
16
+
17
+ ```
14
18
 
15
19
 
16
20
 
17
21
  welcome-file部分の行をコメントアウトして
18
22
 
23
+ ```config
19
24
 
20
-
21
- # Use welcome-file to change the default "Welcome" file
25
+ #Use welcome-file to change the default "Welcome" file
22
26
 
23
27
  welcome-file = index.html
28
+
29
+ ```
24
30
 
25
31
 
26
32
 
@@ -28,7 +34,9 @@
28
34
 
29
35
 
30
36
 
31
- ②もしくはlocalhostの部分をラズパイのIPアドレスを入力
37
+ ②もしくはlocalhostではなくラズパイのIPアドレスを入力
38
+
39
+ 192.168.xxx.xxx:8000
32
40
 
33
41
 
34
42