Re-arrange README files
parent
29b82981bd
commit
81bbac260c
|
@ -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
|
|
@ -1,8 +1,6 @@
|
||||||
# README
|
# README
|
||||||
|
|
||||||
This is a practise repo for learning how to run nginx docker for serving:
|
In this example 1, we implemented a nginx container, which has index.html changed to our own customized index
|
||||||
* static content
|
|
||||||
* reverse proxy of other services
|
|
||||||
|
|
||||||
How to run nginx docker container:
|
How to run nginx docker container:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue