Add a2enmod deflate

This commit is contained in:
sunstep 2024-09-24 14:04:00 +02:00 committed by GitHub
parent d6e169d83b
commit 7cf1cda034
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,6 +81,7 @@ For Apache2, you might need to enable some modules. Start by entering the follow
sudo a2enmod proxy
sudo a2enmod proxy_http
sudo a2enmod headers
sudo a2enmod deflate
```
With the above commands entered, the configuration below should work properly.