cleaner warnings but site_media still not ok

This commit is contained in:
Philip Sargent
2020-06-18 12:10:42 +01:00
parent f4231456e7
commit 640e1e3b5e
9 changed files with 26 additions and 504 deletions

View File

@@ -75,4 +75,10 @@ apt install python-django-registration python-django-imagekit python-django-tiny
then hold them to stop them being upgraded by unattended upgrades:
echo "python-django hold" | sudo dpkg --set-selections
echo "python-django-common hold" | sudo dpkg --set-selections
echo "python-django-doc hold" | sudo dpkg --set-selections
echo "python-django-doc hold" | sudo dpkg --set-selections
Optimizing server
I've tweaked the apache and mysql settings to make them a bit more suitable for a small machine. Seems to have shaved 200MB or so off the idling footprint.
https://www.narga.net/optimizing-apachephpmysql-low-memory-server/
(just discovered 'ab' for running apache performance tests - handy).