This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
ka
/
ansible-role-nextcloud
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
php opcache
master
Markus Katharina Brechtel
пре 7 година
родитељ
246a98472f
комит
acf4ad266a
3 измењених фајлова
са
17 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/main.yml
+8
-0
tasks/php-opcache.yml
+7
-0
templates/php-opcache.conf.j2
+ 2
- 0
tasks/main.yml
Прегледај датотеку
@@ -2,6 +2,8 @@
- include: setup_Debian.yml
- include: php-opcache.yml
- include: reset.yml
when: nextcloud_state == "reinstalled"
+ 8
- 0
tasks/php-opcache.yml
Прегледај датотеку
@@ -0,0 +1,8 @@
---
- name: enable php opcache
template:
src: php-opcache.conf.j2
dest: /etc/php/7.0/apache2/conf.d/opcache.ini
notify: restart apache2
+ 7
- 0
templates/php-opcache.conf.j2
Прегледај датотеку
@@ -0,0 +1,7 @@
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
Write
Preview
Loading…
Откажи
Сачувај