Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit cf7a6a5

Browse files
Raymond BarbieroOlivier Gambier
authored andcommitted
update gunicorn config in docs
1 parent d355127 commit cf7a6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ADVANCED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ docker-registry
154154
If you want greater control over gunicorn:
155155

156156
```
157-
gunicorn -c contrib/gunicorn.py docker_registry.wsgi:application
157+
gunicorn -c contrib/gunicorn_config.py docker_registry.wsgi:application
158158
```
159159

160160
or even bare

0 commit comments

Comments
 (0)