質問編集履歴

2

2021/11/15 16:22

投稿

minato_hy
minato_hy

スコア68

test CHANGED
@@ -1 +1 @@
1
- MacのmultipassのUbuntu環境でnginxとuwsgiの連携ができない
1
+ nginxとuwsgi、flaskアプリの連携ができない
test CHANGED
File without changes

1

情報追加

2021/11/15 16:22

投稿

minato_hy
minato_hy

スコア68

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,18 @@
50
50
 
51
51
 
52
52
 
53
+ UbuntuのIPアドレス
54
+
55
+ ```
56
+
57
+ $hostname -I
58
+
59
+ 192.164.62.5
60
+
61
+ ```
62
+
63
+
64
+
53
65
  app.py
54
66
 
55
67
  ```