Skip to content

Instantly share code, notes, and snippets.

@onkar-indellient
Created August 4, 2022 15:00
Show Gist options
  • Save onkar-indellient/fa30c4fdb49c6157708fb01dceb4f162 to your computer and use it in GitHub Desktop.
Save onkar-indellient/fa30c4fdb49c6157708fb01dceb4f162 to your computer and use it in GitHub Desktop.
2_update_filesize_nginx.sh
#!/usr/bin/env bash
sudo sed -i 's/client_header_timeout/client_max_body_size 20M;\n client_header_timeout/g' /etc/nginx/nginx.conf
sudo nginx -s reload
echo nginx config update complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment