Skip to content

Commit d69426c

Browse files
committed
update README_ENGLISH.md
1 parent aca01e3 commit d69426c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_ENGLISH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ During installation, port 80 must be open and not in use by another service so t
2828

2929
After the service is installed, Nginx works on port `443` by default and this port must be available and not in use by another service. However, you can change this port to another HTTPS port using the script and use port `443` in your other services.
3030

31-
You can apply traffic restrictions with option `5`. Its functionality is such that after selecting this option, it will ask you for a specific percentage, and after entering it, you will enable a script that calculates your usage every `24` hours. If your usage after `24` hours is higher than the percentage you specified initially (for example, if tomorrow's usage is `50%` higher than today's), the command `systemctl stop nginx` will be executed, and the service will be stopped, and the log will be saved in the `/root/usage` directory. To restart, simply enter the command `systemctl start nginx` or reboot the server. Note: After rebooting the server, the usage will be calculated from zero.
31+
You can apply traffic restrictions with option `5`. Its functionality is such that after selecting this option, it will ask you for a specific percentage, and after entering it, you will enable a script that calculates your usage every `24` hours. If your usage after `24` hours is higher than the percentage you specified initially (for example, if tomorrow's usage is `50%` higher than today's), the command `systemctl stop nginx` will be executed, and the service will be stopped, and the log will be saved in the `/root/usage` directory. crontab runs every day at `00:00` . To restart, simply enter the command `systemctl start nginx` or reboot the server. Note: After rebooting the server, the usage will be calculated from zero.
3232

3333
Client images are in gif format. Click on them to play if they are static.
3434

0 commit comments

Comments
 (0)