What tech stack does the server run? Easiest would be to outsource it to cloud but for manual deployments, it requires config/code updates.
On a personal blogging site, I used nginx with the config similar as below:
```
# Server-level configurations
http {
limit_conn_zone $binary_remote_addr zon...