forked from SynoCommunity/spksrc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DSM 6: Appropriately enforce DSM 6 configuration logics
- Loading branch information
Showing
3 changed files
with
80 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"profile_name": "tt-rss", | ||
"profile_desc": "PHP profile used by tt-rss", | ||
"backend": 8, | ||
"extensions": [], | ||
"custom_open_basedir": false, | ||
"display_errors": false, | ||
"enable_cache": true, | ||
"enable_xdebug": false, | ||
"fpm_settings": { | ||
"max_children": 20, | ||
"max_spare_servers": 3, | ||
"min_spare_servers": 1, | ||
"mode": "dynamic", | ||
"start_servers": 2, | ||
"user_owncloud": true | ||
}, | ||
"open_basedir": "", | ||
"php_settings": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters