Skip to content

Commit 103f0a6

Browse files
authored
Added expose_php and date.timezone to php.ini (#53)
1) Hide the PHP version to increase WordPress security. 2) It may help to set the timezone as well.
1 parent 739358b commit 103f0a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf.d/php.ini

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ memory_limit=64M
33
upload_max_filesize=64M
44
post_max_size=64M
55
max_execution_time=600
6+
expose_php=Off
7+
;date.timezone=UTC

0 commit comments

Comments
 (0)