diff --git a/README.md b/README.md
index a65f2fc..75a0bb8 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ application with a Rust backend and a Postgres database.
- [`Spring / PostgreSQL`](spring-postgres) - Sample Java application
with Spring framework and a Postgres database.
-
+- [`NGINX / GO / LOAD BALANCER`](nginx-go-loadbalancer) - Sample Golang implement NGINX + Loadbalancer
## Single service samples
Icon indicates Sample is compatible with [Docker Dev Environments](https://docs.docker.com/desktop/dev-environments/) in Docker Desktop version 4.10 or later.
diff --git a/nginx-go-loadbalancer/README.md b/nginx-go-loadbalancer/README.md
new file mode 100644
index 0000000..9f8255a
--- /dev/null
+++ b/nginx-go-loadbalancer/README.md
@@ -0,0 +1,5 @@
+# Simple Nginx + Load Balancing implement Golang
+
+The repository
+
+[Nginx + Go + Load Balancing](https://github.com/zakirkun/try-go-nginx-loadbalancer)
\ No newline at end of file