Skip to content

Commit

Permalink
Fix documentation about automatic behavior of SYMFONY_HTTP_CACHE
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkeung committed Apr 18, 2019
1 parent 317998d commit 162e561
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/apache2/vhost.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +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,
# and if this env value is omitted or empty
# Defaults to disabled if SYMFONY_ENV is set to "dev"
#if[SYMFONY_HTTP_CACHE] SetEnv SYMFONY_HTTP_CACHE "%SYMFONY_HTTP_CACHE%"

# Optional: Defines the proxies to trust
Expand Down

0 comments on commit 162e561

Please sign in to comment.