We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57df10f commit c2fafcfCopy full SHA for c2fafcf
README.md
@@ -1,15 +1,16 @@
1
# appdeploy
2
3
-## Overview
+## Overview
4
5
The appdeploy module helps Django deploys by:
6
7
* Installing compilation dependecies
8
* Setting up reverse proxy
9
* Configuring supervisor to manage the application execution
10
+* Configuring gunicorn WSGI server
11
* Allowing the user to set a websocket proxy
12
-## Defines
13
+## Defines
14
15
### appdeploy::django
16
@@ -32,7 +33,7 @@ Parameters:
32
33
34
## Classes
35
-Installs development libraries and headers to allow compilation of specific libraries.
36
+Installs development libraries and headers to allow compilation of specific libraries.
37
38
Currently supporting:
39
0 commit comments