added nginx service

This commit is contained in:
2019-12-04 12:50:36 +01:00
parent b033cfaec6
commit 9c24d58952
+9
View File
@@ -120,3 +120,12 @@ server {
}
```
test it
```
nginx -t
```
restart it
```
service nginx restart
```