Created
August 4, 2022 15:00
-
-
Save onkar-indellient/fa30c4fdb49c6157708fb01dceb4f162 to your computer and use it in GitHub Desktop.
2_update_filesize_nginx.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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