Add gzip support to Apache

This commit is contained in:
sunstep 2024-09-24 13:18:46 +02:00 committed by GitHub
parent 90276885bb
commit 414fec7d64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,6 +75,9 @@ With the above commands entered, the configuration below should work properly.
Header always set X-Forwarded-Server %{SERVER_NAME}s
Header always set Host %{HTTP_HOST}s
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE application/json
ProxyPass / http://127.0.0.1:3000/
ProxyPassReverse / http://127.0.0.1:3000/