Skip to content

[ENHANCEMENTS] add limit_rate for http proxy #1208

Description

@dmitriyteteruk

Is your feature request related to a problem? Please describe.
I use Zoraxy as reverse proxy. One service behind Zoraxy is Nextcloud. I want to limit download speed from Nextcloud to avoid bandwidth problems when some users start to download big files.

Describe the solution you'd like
Nginx has option limit_rate where you can put 625k for example for 5Mbit/s speed.

Additional context
I've tried to limit speed on router level for Nextcloud virtual machine, but it applied only for virtual machine itself, and when files requested via Zoraxy - this limit does not work as Zoraxy is located in LAN and router limits are applied only on WAN->LAN connections. Also there is an option to use Linux tools on server. But Zoraxy level looks preferable as this feature may be applicable for different services behind reverse proxy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions