Skip to content

Commit

Permalink
Increase PHP limits in vagrant inventory.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Jan 14, 2023
1 parent dda446c commit 559dd88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inventory/vagrant/group_vars/webserver/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
webserver_app: yes
openseadragon_iiiv_set_var: yes
openseadragon_iiiv_server: "http://{{ hostvars[groups['tomcat'][0]].ansible_host }}:8080/cantaloupe/iiif/2"

# PHP settings for improved performance
php_upload_max_filesize: 1G
php_post_max_size: 1G
php_max_input_time: 1000
php_max_execution_time: 1000
php_date_timezone: "America/Toronto"
php_memory_limit: 1G

0 comments on commit 559dd88

Please sign in to comment.