Browse Source

added nginx service

Bachir Soussi Chiadmi 4 years ago
parent
commit
9c24d58952
1 changed files with 9 additions and 0 deletions
  1. 9 0
      readme.md

+ 9 - 0
readme.md

@@ -120,3 +120,12 @@ server {
 
 }
 ```
+test it
+```
+nginx -t
+```
+
+restart it
+```
+service nginx restart
+```