Hi Hugo,
In the past I used UseGZfile as the following
Directory {
Path = /usr/local/www/blog_example_tld/wp-content/themes
UseGZfile = yes
}
Reading the man page it say
UseGZfile = yes|no
If available, upload <requested file>.gz with gzip content
encoding instead of the requested file.
Default = no, example: UseGZfile = yes
Does this mean that on the new version I don't have to use UseGZfile inside a directory anymore?
Do I just put UseGZfile = yes in my VirtualHost {} ?
Also I am not sure I understand what HideProxy do?
Sorry english is my second language, could you please explain a little bit differently please?