Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deps-packaging/php/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ install: build
# Reduce information leakage by default
sed -ri 's/^\s*expose_php\s*=.*/expose_php = Off/g' $(CURDIR)/debian/tmp$(PREFIX)/httpd/php/lib/php.ini

echo "no-op to test github use of sftp cache"
# Increase the php memory limit so that Mission Portal works with larger infrastructures without modification
sed -ri 's/^\s*memory_limit\s*=.*/memory_limit = 256M/g' $(CURDIR)/debian/tmp$(PREFIX)/httpd/php/lib/php.ini

Expand Down
Loading