diff --git a/README.md b/README.md new file mode 100644 index 0000000..147d878 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# README + +This is a practise repo for learning how to run nginx docker for serving: +* static content from different directories +* reverse proxy of other services +* etc \ No newline at end of file diff --git a/eg1/README.md b/eg1/README.md index 52c8c0b..a6fcdb9 100644 --- a/eg1/README.md +++ b/eg1/README.md @@ -1,8 +1,6 @@ # README -This is a practise repo for learning how to run nginx docker for serving: -* static content -* reverse proxy of other services +In this example 1, we implemented a nginx container, which has index.html changed to our own customized index How to run nginx docker container: