回答編集履歴
2
本文の修正
answer
CHANGED
@@ -6,4 +6,6 @@
|
|
6
6
|
callable = app
|
7
7
|
.
|
8
8
|
.
|
9
|
-
```
|
9
|
+
```
|
10
|
+
|
11
|
+
[http://uwsgi-docs.readthedocs.io/en/latest/Configuration.html](http://uwsgi-docs.readthedocs.io/en/latest/Configuration.html)
|
1
本文の修正
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
hello.ini
|
1
|
+
hello.ini に `[uswgi]` というセクション名がないですが、それが原因で iniの内容が認識されていないという可能性が有るかもれしれません。 質問文に記載するの忘れてるだけかもしれませんが。
|
2
2
|
|
3
3
|
```
|
4
4
|
[uwsgi] <- これが抜けてる?
|