mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
Merge pull request #3502 from Juneezee/docs/issues-3498
docs: fix Markdown formatting in /configure
This commit is contained in:
commit
236c9371d0
@ -15,18 +15,17 @@ only the file specified on the command line is used.
|
||||
!!! note
|
||||
Print the fully resolved configuration:
|
||||
|
||||
bash
|
||||
gunicorn --print-config APP_MODULE
|
||||
```
|
||||
```bash
|
||||
gunicorn --print-config APP_MODULE
|
||||
```
|
||||
|
||||
Validate configuration and exit:
|
||||
Validate configuration and exit:
|
||||
|
||||
```bash
|
||||
gunicorn --check-config APP_MODULE
|
||||
```
|
||||
```bash
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user