New approach with helm chart and add gd and opcache
Publish PHP Apache image / Build, test and push (push) Failing after 21s
Publish PHP Apache image / Build, test and push (push) Failing after 21s
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
; Keep timestamp validation enabled because WordPress updates code on its PVC
|
||||
; without necessarily restarting Apache.
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=0
|
||||
opcache.memory_consumption=192
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=20000
|
||||
opcache.validate_timestamps=1
|
||||
opcache.revalidate_freq=2
|
||||
opcache.save_comments=1
|
||||
opcache.validate_permission=1
|
||||
opcache.restrict_api=/srv/http
|
||||
Reference in New Issue
Block a user