Page MenuHomeDevCentral

No OneTemporary

diff --git a/roles/webserver-alkane/php/files/php.ini b/roles/webserver-alkane/php/files/php.ini
index b6ef792..faf6331 100644
--- a/roles/webserver-alkane/php/files/php.ini
+++ b/roles/webserver-alkane/php/files/php.ini
@@ -1,37 +1,39 @@
; -------------------------------------------------------------
; PHP configuration
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
; Project: Nasqueron
; License: Trivial work, not eligible to copyright
; Source file: roles/webserver-alkane/php/files/php.ini
; -------------------------------------------------------------
;
; <auto-generated>
; This file is managed by our rOPS SaltStack repository.
;
; Changes to this file may cause incorrect behavior
; and will be lost if the state is redeployed.
; </auto-generated>
+memory_limit = 512M
+
[Date]
; Place de la bastille, Paris
date.default_latitude = 48.853139
date.default_longitude = 2.369111
date.timezone = "UTC"
{% if "set_mysql_sockets" in tasks -%}
[MySQLi]
mysqli.default_socket = /var/run/mysql/mysqld.sock
[Pdo_mysql]
pdo_mysql.default_socket = /var/run/mysql/mysqld.sock
{%- endif %}
{% if "optimize_opcache" in tasks -%}
[opcache]
opcache.max_accelerated_files = 20000
opcache.memory_consumption = 512
opcache.validate_timestamps = 0
opcache.file_update_protection = 0
{%- endif %}

File Metadata

Mime Type
text/x-diff
Expires
Thu, Sep 18, 07:43 (15 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2986705
Default Alt Text
(1 KB)

Event Timeline