Skip to content

Commit 51f3839

Browse files
logic wrong way round
1 parent e78c13f commit 51f3839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-web.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [ -z "$ATATUS_APM_LICENSE_KEY" ]; then
5353
fi
5454

5555
# Whether to send cache headers automatically for PHP scripts
56-
if [ -z "$PHP_DISABE_CACHE_HEADERS" ]; then
56+
if [ ! -z "$PHP_DISABE_CACHE_HEADERS" ]; then
5757
sed -i -e "s#session.cache_limiter = nocache#session.cache_limiter = ''#g" /etc/php/php.ini
5858
fi
5959

0 commit comments

Comments
 (0)