Skip to content

Commit ff3b490

Browse files
Using built in signal feature
1 parent ab85fa5 commit ff3b490

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ done
3535
echo "" >> $CLOUDFLARE_FILE_PATH;
3636
echo "real_ip_header CF-Connecting-IP;" >> $CLOUDFLARE_FILE_PATH;
3737

38-
#test configuration and reload nginx
39-
nginx -t && systemctl reload nginx
38+
# Test configuration and reload nginx
39+
nginx -t && nginx -s reload
4040
```
4141

4242
## Output
@@ -72,7 +72,6 @@ set_real_ip_from 2a06:98c0::/29;
7272
set_real_ip_from 2c0f:f248::/32;
7373
7474
real_ip_header CF-Connecting-IP;
75-
7675
```
7776

7877
## Crontab

0 commit comments

Comments
 (0)