Fix the readme to reference the application, update the response code for create repo when no auth credentials are present.
This commit is contained in:
parent
867a3e38c1
commit
4ae40b7370
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ running:
|
|||
|
||||
```
|
||||
sudo mkdir -p /mnt/nginx/ && sudo nginx -c `pwd`/nginx.conf
|
||||
STACK=prod gunicorn -c gunicorn_config.py
|
||||
STACK=prod gunicorn -c gunicorn_config.py application:application
|
||||
```
|
||||
|
||||
start the workers:
|
||||
|
|
Reference in a new issue