Skip to content

Commit

Permalink
Add PHP settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Oct 14, 2024
1 parent 98585a2 commit d3339fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spk/owncloud/src/conf/resource
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
"zlib"
],
"group": "http",
"php_settings": {
"error_log": "/var/services/web_packages/owncloud/php_errors.log",
"pdo_mysql.default_socket": "/run/mysqld/mysqld10.sock"
},
"profile_desc": "PHP Profile for ownCloud",
"profile_name": "ownCloud Profile",
"user": "sc-owncloud"
Expand Down
4 changes: 4 additions & 0 deletions spk/owncloud/src/web/owncloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"start_servers": 2
},
"open_basedir": "",
"php_settings": {
"error_log": "/var/services/web/owncloud/php_errors.log",
"pdo_mysql.default_socket": "/run/mysqld/mysqld10.sock"
},
"profile_desc": "PHP Profile for ownCloud",
"profile_name": "ownCloud Profile"
}

0 comments on commit d3339fb

Please sign in to comment.