Skip to content

Commit 1992582

Browse files
committed
Fix mistake in patch conf
1 parent 9d4811b commit 1992582

File tree

1 file changed

+1
-1
lines changed
  • patches/canvas-18.0-bookworm-amd64

1 file changed

+1
-1
lines changed

patches/canvas-18.0-bookworm-amd64/conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sed -i "/^PassengerStartTimeout/ s| .*| 360|" "$passenger_conf"
77
echo "PassengerInstanceRegistryDir /run/passenger-instreg" >> "$passenger_conf"
88

99
conf_dir=/var/www/canvas/config
10-
sed -i "/worker_max_memory_usage:/ s|:.*|:1073741824|" "$conf_dir/security.yml"
10+
sed -i "/worker_max_memory_usage:/ s|:.*|:1073741824|" "$conf_dir/delayed_jobs.yml"
1111
sed -i "/lti_iss:/ S|:.*|: \"https://www.example.com\"" "$conf_dir/security.yml"
1212

1313
py3clean /

0 commit comments

Comments
 (0)