25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

php-opcache.yml 172B

7 yıl önce
7 yıl önce
12345678
  1. ---
  2. - name: enable php opcache
  3. template:
  4. src: php-opcache.conf.j2
  5. dest: /etc/php/{{nextcloud_php_version}}/apache2/conf.d/opcache.ini
  6. notify: restart apache2