mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 18:51:31 +08:00
docs: fix Markdown formatting in /configure
Fixes https://github.com/benoitc/gunicorn/issues/3498. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
This commit is contained in:
parent
fc850687df
commit
1cd4db8ddf
@ -15,18 +15,17 @@ only the file specified on the command line is used.
|
|||||||
!!! note
|
!!! note
|
||||||
Print the fully resolved configuration:
|
Print the fully resolved configuration:
|
||||||
|
|
||||||
bash
|
```bash
|
||||||
gunicorn --print-config APP_MODULE
|
gunicorn --print-config APP_MODULE
|
||||||
```
|
```
|
||||||
|
|
||||||
Validate configuration and exit:
|
Validate configuration and exit:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gunicorn --check-config APP_MODULE
|
gunicorn --check-config APP_MODULE
|
||||||
```
|
```
|
||||||
|
|
||||||
This is also a quick way to confirm that your application can start.
|
This is also a quick way to confirm that your application can start.
|
||||||
```
|
|
||||||
|
|
||||||
## Command line
|
## Command line
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user