Skip to content

Instantly share code, notes, and snippets.

@edueo
Created February 1, 2019 16:31
Show Gist options
  • Select an option

  • Save edueo/ea88fb84c8ab93bf1efe5db8476286a3 to your computer and use it in GitHub Desktop.

Select an option

Save edueo/ea88fb84c8ab93bf1efe5db8476286a3 to your computer and use it in GitHub Desktop.
files:
"/etc/php.d/99uploadsize.ini":
mode: "000644"
owner: root
group: root
content: |
upload_max_filesize = 100M
post_max_size = 100M
commands:
remove_old_ini:
command: "rm -f /etc/php.d/99uploadsize.ini.bak"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment