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

Commit 9400667

Browse files
committed
Cleanup old references to secret_key
Docker-DCO-1.1-Signed-off-by: Sam Alba <[email protected]> (github: samalba)
1 parent efc8845 commit 9400667

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -394,11 +394,6 @@ using this command:
394394
gunicorn -k gevent --max-requests 100 --graceful-timeout 3600 -t 3600 -b localhost:5000 -w 8 docker_registry.wsgi:application
395395
```
396396
397-
Note that when using multiple workers, the secret_key for the Flask session
398-
must be set explicitly in config.yml. Otherwise each worker will use its own
399-
random secret key, leading to unpredictable behavior.
400-
401-
402397
#### nginx
403398
404399
[Here is an nginx configuration file example.](https://github.com/dotcloud/docker-registry/blob/master/contrib/nginx.conf), which applies to versions < 1.3.9 which are compiled with the [HttpChunkinModule](http://wiki.nginx.org/HttpChunkinModule).

0 commit comments

Comments
 (0)