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

Commit 2c9bdea

Browse files
committed
Merge pull request #591 from franklinhu/fix-nginx-conf-url
README.md: Fix nginx conf URLs
2 parents 89ace9d + 1b30a6c commit 2c9bdea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,9 @@ behind a nginx server which supports chunked transfer-encoding (nginx >= 1.3.9).
454454
455455
#### nginx
456456
457-
[Here is an nginx configuration file example.](https://github.com/docker/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).
457+
[Here is an nginx configuration file example.](https://github.com/docker/docker-registry/blob/master/contrib/nginx/nginx.conf), which applies to versions < 1.3.9 which are compiled with the [HttpChunkinModule](http://wiki.nginx.org/HttpChunkinModule).
458458
459-
[This is another example nginx configuration file](https://github.com/docker/docker-registry/blob/master/contrib/nginx_1-3-9.conf) that applies to versions of nginx greater than 1.3.9 that have support for the chunked_transfer_encoding directive.
459+
[This is another example nginx configuration file](https://github.com/docker/docker-registry/blob/master/contrib/nginx/nginx_1-3-9.conf) that applies to versions of nginx greater than 1.3.9 that have support for the chunked_transfer_encoding directive.
460460
461461
And you might want to add
462462
[Basic auth on Nginx](http://wiki.nginx.org/HttpAuthBasicModule) to protect it

0 commit comments

Comments
 (0)