equal
deleted
inserted
replaced
314 Path.basic(isabelle_phabricator_name(ext = "ini")) |
314 Path.basic(isabelle_phabricator_name(ext = "ini")) |
315 |
315 |
316 File.write(php_conf, |
316 File.write(php_conf, |
317 "post_max_size = 32M\n" + |
317 "post_max_size = 32M\n" + |
318 "opcache.validate_timestamps = 0\n" + |
318 "opcache.validate_timestamps = 0\n" + |
319 "memory_limit = 512M\n") |
319 "memory_limit = 512M\n" + |
|
320 "max_execution_time = 120\n") |
320 |
321 |
321 |
322 |
322 /* Apache setup */ |
323 /* Apache setup */ |
323 |
324 |
324 progress.echo("Apache setup ...") |
325 progress.echo("Apache setup ...") |