t
This commit is contained in:
parent
de6d70e44e
commit
983e666fbc
2 changed files with 18 additions and 4 deletions
|
@ -7,6 +7,19 @@ nextcloud-pkgs:
|
|||
- nginx
|
||||
- openldap
|
||||
|
||||
/home/nextcloud/:
|
||||
file.directory:
|
||||
- user: nextcloud
|
||||
- group: nextcloud
|
||||
- mode: 755
|
||||
|
||||
/home/nextcloud/.bashrc:
|
||||
file.managed:
|
||||
- source: salt://roles/maintain/nextcloud/bashrc.php
|
||||
- user: nextcloud
|
||||
- group: nextcloud
|
||||
- mode: 644
|
||||
|
||||
/var/log/php-fpm/access/:
|
||||
file.directory:
|
||||
- user: root
|
||||
|
|
|
@ -401,7 +401,7 @@ max_input_time = 60
|
|||
|
||||
; Maximum amount of memory a script may consume (128MB)
|
||||
; http://php.net/memory-limit
|
||||
memory_limit = 128M
|
||||
memory_limit = 512M
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Error handling and logging ;
|
||||
|
@ -883,8 +883,8 @@ default_socket_timeout = 60
|
|||
; deprecated in a future PHP major version. So, when it is possible, please
|
||||
; move to the new ('extension=<ext>) syntax.
|
||||
;
|
||||
;extension=bcmath
|
||||
;extension=bz2
|
||||
extension=bcmath
|
||||
extension=bz2
|
||||
;extension=calendar
|
||||
extension=curl
|
||||
;extension=dba
|
||||
|
@ -921,6 +921,7 @@ extension=pdo_mysql
|
|||
;extension=xmlrpc
|
||||
;extension=xsl
|
||||
extension=zip
|
||||
extension=imagick
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;
|
||||
; Module Settings ;
|
||||
|
@ -933,7 +934,7 @@ cli_server.color = On
|
|||
[Date]
|
||||
; Defines the default timezone used by the date functions
|
||||
; http://php.net/date.timezone
|
||||
;date.timezone =
|
||||
date.timezone = America/Chicago
|
||||
|
||||
; http://php.net/date.default-latitude
|
||||
;date.default_latitude = 31.7667
|
||||
|
|
Loading…
Add table
Reference in a new issue