Crates.io | affogato |
lib.rs | affogato |
version | 0.1.0 |
source | src |
created_at | 2024-10-12 16:25:53.149357 |
updated_at | 2024-11-15 19:50:19.829439 |
description | simple HTTP Proxy |
homepage | https://github.com/myyrakle/affogato/blob/master/README.md |
repository | https://github.com/myyrakle/affogato |
max_upload_size | |
id | 1406636 |
size | 71,032 |
simple HTTP/HTTPS Proxy
cargo install affogato
affogato -p 3000
first, move binary to bin directory
sudo mv $HOME/.cargo/bin/affogato /usr/bin/affogato
second, Second, write systemd config. reference
sudo vi /etc/systemd/system/affogato.service
finally, Activate the daemon using systemctl.
sudo systemctl enable affogato
sudo systemctl start affogato
first server
cargo run
deploy new server without downtime
pkill -SIGQUIT affogato && cargo run -- -u