Skip to content

Commit

Permalink
update README_ENGLISH.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub committed Feb 10, 2024
1 parent aca01e3 commit d69426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_ENGLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ During installation, port 80 must be open and not in use by another service so t

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.

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.
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.

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

Expand Down

0 comments on commit d69426c

Please sign in to comment.