build: add production php and api runtime

This commit is contained in:
hajimi
2026-08-02 11:20:33 +08:00
parent 96352e92bc
commit 796648ac04
3 changed files with 61 additions and 0 deletions
@@ -0,0 +1,8 @@
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=256
opcache.interned_strings_buffer=32
opcache.max_accelerated_files=30000
opcache.validate_timestamps=1
opcache.revalidate_freq=2
opcache.save_comments=1
+3
View File
@@ -0,0 +1,3 @@
[www]
listen = 127.0.0.1:9000
listen.allowed_clients = 127.0.0.1