• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

How to set monthly traffic limit from commandline using /usr/local/psa/bin/domain ?

S

SvetoslavM

Guest
I need to set monthly traffic limit for a domain.
How can I do that ?

This is from docs and it's not about monthly bandwidth limits.

-traffic-bandwidth
<number> Limits the network use.
Unlimited is set to -1.
Available since Plesk 8.3.
To limit the maximum network
use on the domain example.com
to 500 KB/S:
# ./domain -u example.com
-traffic-bandwidth 500
 
Back
Top