chaitin / SafeLine

serve as a reverse proxy to protect your web services from attacks and exploits.
https://waf.chaitin.com
GNU General Public License v3.0
12.39k stars 778 forks source link

[Feature] supports multi files uploading when serve a web service as static files #1043

Closed wu-sv closed 1 month ago

wu-sv commented 2 months ago

What would you like to be added or improved?

supports multi files uploading when serve a web service as static files

Why is it needed?

It is very troublesome to upload every time you want to update the file.

safe1ine commented 2 months ago

that's good, we will implement it

safe1ine commented 2 months ago

you can just operate files by ssh, statis files sit at {safeline}/resources/nginx/static/static_{site_id}

Lorna0 commented 2 months ago

you can upload a zip file and choose 'Unzip and overwrite the current directory' now: image