There was an error while loading. Please reload this page.
1 parent e78c13f commit 51f3839Copy full SHA for 51f3839
scripts/start-web.sh
@@ -53,7 +53,7 @@ if [ -z "$ATATUS_APM_LICENSE_KEY" ]; then
53
fi
54
55
# Whether to send cache headers automatically for PHP scripts
56
-if [ -z "$PHP_DISABE_CACHE_HEADERS" ]; then
+if [ ! -z "$PHP_DISABE_CACHE_HEADERS" ]; then
57
sed -i -e "s#session.cache_limiter = nocache#session.cache_limiter = ''#g" /etc/php/php.ini
58
59
0 commit comments