From 04fece3f5712d40696bc2edbdb394cca11f117f7 Mon Sep 17 00:00:00 2001 From: Joseph Le Date: Fri, 13 Oct 2023 13:59:54 +1100 Subject: [PATCH] update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3b5d0d4..4a202a1 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,11 @@ root@root# - Change "IP-address" and "PORT". The "PORT" corresponds to the "PORT_SERVICE" of the "service_run/giteaService.conf" file. +- Restart Nginx service +root@root# + ```sh + systemctl restart nginx + ``` ### 7) Run file "install.sh" to install service root@root#