From 695a668eb4b04e2684976630f7df746d877649b3 Mon Sep 17 00:00:00 2001 From: Peter Keung Date: Wed, 17 Apr 2019 12:22:49 -0700 Subject: [PATCH] Fix documentation about automatic behavior of SYMFONY_HTTP_CACHE --- doc/apache2/vhost.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apache2/vhost.template b/doc/apache2/vhost.template index b47e6f75a4..b7bce83f2a 100644 --- a/doc/apache2/vhost.template +++ b/doc/apache2/vhost.template @@ -56,7 +56,7 @@ # Optional: Whether to use Symfony's builtin HTTP Caching Proxy. # Disable it if you are using an external reverse proxy (e.g. Varnish) # Possible values: 0, 1 or "" - # Defaults to disabled if SYMFONY_ENV is set to "dev" or SYMFONY_TRUSTED_PROXIES is set, + # Defaults to disabled if SYMFONY_ENV is set to "dev" # and if this env value is omitted or empty #if[SYMFONY_HTTP_CACHE] SetEnv SYMFONY_HTTP_CACHE "%SYMFONY_HTTP_CACHE%"