Skip to content

Commit

Permalink
Also enable default opcache
Browse files Browse the repository at this point in the history
  • Loading branch information
codebarista committed Feb 22, 2024
1 parent c60f3b4 commit 96b7efe
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/octane.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[PHP]
upload_max_filesize = 100M
variables_order = "EGPCS"
opcache.enable_cli = 1
post_max_size = 100M
memory_limit = 512M
expose_php = 0
upload_max_filesize=100M
variables_order="EGPCS"
opcache.enable_cli=1
post_max_size=100M
memory_limit=512M
opcache.enable=1
expose_php=0

0 comments on commit 96b7efe

Please sign in to comment.