Skip to content

Instantly share code, notes, and snippets.

@ircykk
Created April 11, 2018 17:00
Show Gist options
  • Save ircykk/01ca50cc72de9446639443149ae67c4c to your computer and use it in GitHub Desktop.
Save ircykk/01ca50cc72de9446639443149ae67c4c to your computer and use it in GitHub Desktop.
Docker .htaccess mod
sudo docker exec -i -t name /bin/bash
echo -e "\n php_value max_input_vars 10000" >> /var/www/html/.htaccess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment